summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h
Commit message (Collapse)AuthorAgeFilesLines
* mobile: Store N.ba files in same directory as config fileHarald Welte2011-03-021-0/+2
| | | | This should remove the last dependency to hard-coded system-wide /etc/osmocom
* [layer23] Cleanup of mobile applicationAndreas.Eversberg2010-11-141-0/+15
All functions for handling mobile instances and mobile relevant parts are moved to mobile/app_mobile.c, the mobile/main.c and mobile/mncc.c become a simple out-of-the-box mobile application. (making calls) The mobile/main.c can be replaced easily by a different application now. this application may have it's own call control implementation (layer 4). Full configurations via VTY is still possible and required in this case.