summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/main.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-16layer23: fix handling of logging category mask (-d option)Vadim Yanitskiy1-1/+5
2023-04-26layer23: Call telnet_exit() during app exit if VTY support is enabledPau Espin Pedrol1-1/+6
2023-04-26layer23: mobile: Mark several functions staticPau Espin Pedrol1-2/+0
2023-03-16layer23/{mobile,modem}: fix segfault on VTY connectionVadim Yanitskiy1-4/+2
2023-03-13layer23: fix parsing of command line optionsVadim Yanitskiy1-6/+6
2023-03-13layer23: refactor the application API conceptVadim Yanitskiy1-24/+14
2023-03-08mobile: allow configuring local GSMTAP addressMax1-3/+4
2023-03-06mobile: deprecate --gsmtap-ip optionMax1-9/+10
2023-02-02layer23: Support configuring GSMTAP through VTY in l23 apps.Pau Espin Pedrol1-4/+4
2023-01-31Get rid of openbsc leftover referencesPau Espin Pedrol1-9/+6
2023-01-31layer23: Integreate mobile further into l23_appPau Espin Pedrol1-19/+96
2022-12-01mobile: integrate GAPK based audio (voice) I/O supportVadim Yanitskiy1-1/+1
2022-11-29mobile: add MNCC handler selection to settingsVadim Yanitskiy1-13/+7
2022-11-05layer23: fix -Werror=old-style-definition problemsVadim Yanitskiy1-1/+1
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2020-11-25mobile: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-2/+9
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2018-11-21mobile: use VTY bind addr from config, deprecate cmd line optionsVadim Yanitskiy1-16/+12
2018-11-21mobile: abort in case of argv handling errorsVadim Yanitskiy1-3/+10
2018-11-21Revert "mobile: fix vty bind ip override"Vadim Yanitskiy1-4/+3
2018-11-19mobile: fix vty bind ip overrideMax1-3/+4
2018-07-17mobile: use osmo_init_logging2 with proper talloc contextVadim Yanitskiy1-13/+5
2017-12-03mobile: Add LUA as debug category to the applicationsHolger Hans Peter Freyther1-1/+1
2017-12-03mobile: Begin with a primitive interface on top of the codeHolger Hans Peter Freyther1-1/+1
2017-11-27mobile: Switch from printf to LOGP statementsHolger Hans Peter Freyther1-1/+1
2017-11-09mobile: Do not exclude DGPS from the list of default categoriesHolger Hans Peter Freyther1-1/+1
2017-11-02mobile/main.c: fix deprecated call to msgb_set_talloc_ctx()Vadim Yanitskiy1-1/+2
2017-09-09mobile/main.c: clean up config file selection logicVadim Yanitskiy1-9/+15
2017-09-07Add arbitrary config file location supportMax1-10/+14
2017-01-15mobile: Finally fix copyright noticeHarald Welte1-2/+2
2015-04-28host/mobile: Finish working support for the SAP interfaceSylvain Munaut1-1/+1
2013-01-07mobile: Improved exit of mobile process, reset phoneAndreas Eversberg1-12/+35
2012-03-01l23: Add option for mobile-app to bind to other interfaces than localhostTim1-3/+10
2011-12-11layer23: Call talloc_free unconditionallyHolger Hans Peter Freyther1-5/+2
2011-11-13host/mobile: Adding (partly implemented) supplementary service supportAndreas Eversberg1-1/+1
2011-11-13host/mobile/sms: Adding SMS support for osmocomBB/mobileAndreas Eversberg1-2/+6
2011-11-13host/mobile: Adding memory leak debuggingAndreas Eversberg1-7/+35
2011-09-04[mobile] Adding option to run as daemonAndreas Eversberg1-1/+15
2011-09-04[mobile] Using socket application interface with mobile applicationAndreas Eversberg1-2/+14
2011-07-28layer23: Adapt to new logging API: fix calls to log_initAndreas.Eversberg1-1/+1
2011-07-17[layer23] Adding "neighbour cell" logging category: DNBAndreas Eversberg1-2/+2
2011-05-22layer23: update to new GSMTAP API in libosmocore >= 0.3.1Harald Welte1-9/+7
2011-05-15src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-1/+1
2011-05-15src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-1/+1
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-4/+4
2011-03-02mobile: Store N.ba files in same directory as config fileHarald Welte1-1/+6
2011-03-02mobile: Use config file in ~/.osmocom/bb/mobile.cfgHarald Welte1-2/+15
2010-11-20[layer23] Bugfix: Exit, if init function failsAndreas.Eversberg1-1/+3
2010-11-14[layer23] Cleanup of mobile applicationAndreas.Eversberg1-144/+10
2010-11-13[layer23] Added support for multiple MS instancesAndreas.Eversberg1-0/+325