summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/app_mobile.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-15layer23/sap_interface.c: reimplement (BT)SAP interfaceVadim Yanitskiy1-0/+3
2019-01-07layer23/sap_interface.c: avoid using 'osmo' prefixVadim Yanitskiy1-1/+1
2018-12-26host/layer23: rename GSM_SIM_TYPE_READER to GSM_SIM_TYPE_L1PHYVadim Yanitskiy1-1/+1
2018-12-23mobile: Use new VTY telnet API to allow binding to random portHolger Hans Peter Freyther1-2/+1
2018-12-19layer23/mobile: drop dead SAP initialization codeVadim Yanitskiy1-10/+0
2018-11-21mobile: use VTY bind addr from config, deprecate cmd line optionsVadim Yanitskiy1-3/+6
2018-11-21mobile/app_mobile.c: use LOGP() instead of printf()/fprintf()Vadim Yanitskiy1-9/+8
2018-11-21mobile/app_mobile.c: drop redundant printf() callVadim Yanitskiy1-1/+0
2018-11-19mobile: log socket path on errorMax1-1/+1
2018-01-18mobile: Print an error message if the VTY cannot be initializedStefan Sperling1-1/+4
2017-12-03mobile: Directly inform the primitive layer about an eventHolger Hans Peter Freyther1-0/+6
2017-12-03mobile: Move starting/stopping a MS into a separate functionHolger Hans Peter Freyther1-1/+46
2017-11-27mobile: Change started and shutdown state through functionHolger Hans Peter Freyther1-7/+16
2017-11-27mobile: Instead of putting semantic in a comment, use an enumHolger Hans Peter Freyther1-11/+11
2017-11-27mobile: Use bool to show started can only be true or falseHolger Hans Peter Freyther1-3/+3
2017-11-27mobile: Switch from printf to LOGP statementsHolger Hans Peter Freyther1-7/+7
2017-11-09mobile: Make VTY logging commands available to the mobile appHolger Hans Peter Freyther1-0/+2
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy1-1/+1
2017-10-29mobile: register the talloc context introspection commandVadim Yanitskiy1-0/+1
2017-10-23mobile: clean up and share example configsVadim Yanitskiy1-0/+2
2017-09-07Add arbitrary config file location supportMax1-1/+2
2017-05-25host/mobile: use talloc for ms->name allocationVadim Yanitskiy1-7/+9
2017-05-25host/app_mobile.c: do not exit in mobile_new()Vadim Yanitskiy1-6/+7
2016-01-18host/mobile: Improved SAP interface integrationЯницкий Ва дим1-0/+3
2015-04-28host/mobile: Finish working support for the SAP interfaceSylvain Munaut1-0/+4
2013-05-23host/mobile: Fixup in error checking path of l23_app_initBhaskar1-3/+6
2013-01-13layer23: Be sure to close mncc socket on exit of mobile instanceAndreas Eversberg1-5/+5
2013-01-07mobile: Allow test card to be maked as already attachedAndreas Eversberg1-1/+1
2013-01-07mobile: Improved exit of mobile process, reset phoneAndreas Eversberg1-5/+25
2012-10-30Fix: Change T200 of LAPDm if SAPI 0 and SAPI 3 share bandwidth on SDCCHAndreas Eversberg1-0/+6
2012-03-01l23: Add option for mobile-app to bind to other interfaces than localhostTim1-2/+2
2011-11-13host/mobile: Adding (partly implemented) supplementary service supportAndreas Eversberg1-0/+3
2011-11-13host/mobile/sms: Adding SMS support for osmocomBB/mobileAndreas Eversberg1-0/+3
2011-11-13host/layer23: Removed local copy of LAPDm, using libosmocore instadAndreas Eversberg1-1/+0
2011-11-13host/mobile: Adding telnet_exit to free telnet connection ressourcesAndreas Eversberg1-0/+2
2011-09-04[mobile] Using socket application interface with mobile applicationAndreas Eversberg1-16/+6
2011-07-28layer23: Add mobile support for sending / receiving voice frame through MNCCAndreas.Eversberg1-10/+8
2011-07-17[mobile] Adding security warning, if default IMEI is not changedAndreas Eversberg1-0/+7
2011-06-24lapdm: Introduce LAPDM_MODE_{BTS,MS} to run on both sidesHarald Welte1-1/+1
2011-06-23further decouple lapdm code from osmocom_ms and l1ctlHarald Welte1-4/+3
2011-06-22add l1ctl_proto.h #includes to lots of filesHarald Welte1-0/+2
2011-06-21layer23: make LAPDm code mostly independent of 'struct osmocom_ms'Harald Welte1-8/+6
2011-06-21remove osmocom_ms reference from lapdm_init()Harald Welte1-2/+6
2011-05-29[layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg1-0/+1
2011-05-15src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-6/+6
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-4/+4
2011-03-02mobile: Use config file in ~/.osmocom/bb/mobile.cfgHarald Welte1-8/+10
2011-02-16Renamed gps_* functions to osmo_gps_* functions to avoid overlap with libgps ...Dario Lombardo1-2/+2
2010-11-20[layer23] Adding LAC and TMSI (both optional) to test card (rplmn)Andreas.Eversberg1-1/+2
2010-11-14[layer23] Cleanup of mobile applicationAndreas.Eversberg1-5/+207