summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile
AgeCommit message (Expand)AuthorFilesLines
2017-11-14layer23 vty: fix prompts: insert space after '#'Neels Hofmeyr1-3/+3
2017-11-09mobile: Make VTY logging commands available to the mobile appHolger Hans Peter Freyther1-0/+2
2017-11-09mobile/gsm322.c: prevent buffer over-/under-runVadim Yanitskiy1-0/+3
2017-11-09mobile/gsm322.c: prevent calling memset() with zero lengthVadim Yanitskiy1-0/+4
2017-11-09mobile: Do not exclude DGPS from the list of default categoriesHolger Hans Peter Freyther1-1/+1
2017-11-09vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-3/+0
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy8-32/+21
2017-11-05mobile: get rid of unused variables / functionsVadim Yanitskiy3-28/+19
2017-11-05mobile/gsm411_sms.c: use secure gsm_7bit_(en|de)code_nVadim Yanitskiy1-2/+4
2017-11-05mobile/gsm48_mm.c: use secure gsm_7bit_decode_nVadim Yanitskiy1-4/+1
2017-11-05mobile/gsm480_ss.c: use secure gsm_7bit_(en|de)code_n_ussdVadim Yanitskiy1-6/+2
2017-11-05mobile/vty_interface.c: fix incompatible pointer type warningVadim Yanitskiy1-1/+1
2017-11-02mobile/main.c: fix deprecated call to msgb_set_talloc_ctx()Vadim Yanitskiy1-1/+2
2017-11-02mobile/vty_interface.c: add missing 'vty/misc.h' headerVadim Yanitskiy1-0/+1
2017-10-29mobile: register the talloc context introspection commandVadim Yanitskiy2-0/+4
2017-10-23mobile: clean up and share example configsVadim Yanitskiy1-0/+2
2017-10-23mobile/vty_interface.c: do not write 'exit' to configVadim Yanitskiy1-3/+0
2017-10-23mobile/vty_interface.c: do not install default commandsVadim Yanitskiy1-50/+0
2017-09-09mobile/main.c: clean up config file selection logicVadim Yanitskiy1-9/+15
2017-09-07Add arbitrary config file location supportMax2-11/+16
2017-07-27vty_interface.c: use RPLMN from settings if presetVadim Yanitskiy1-0/+15
2017-05-25host/mobile: use talloc for ms->name allocationVadim Yanitskiy3-25/+31
2017-05-25mobile/gsm48_mm.c: strip unused variableVadim Yanitskiy1-2/+0
2017-05-25mobile/gsm480_ss.c: gsm480_mmss_ind: return rcVadim Yanitskiy1-1/+2
2017-05-25mobile/gsm48_rr.c: fix BA range exceed checkVadim Yanitskiy1-1/+3
2017-05-25mobile/gsm480_ss.c: fix copy-paste errorVadim Yanitskiy1-2/+2
2017-05-25mobile/gsm322.c: fix mcc/mnc typoVadim Yanitskiy1-1/+1
2017-05-25mobile/gsm322.c: check fwrite() return valueVadim Yanitskiy1-9/+12
2017-05-25host/app_mobile.c: do not exit in mobile_new()Vadim Yanitskiy1-6/+7
2017-01-15Support Early Classmark SendingHarald Welte2-1/+7
2017-01-15Fix encoding of padding at end of CLASSMARK 3 IEHarald Welte1-2/+2
2017-01-15mobile.c: Don't register 'end' command to CONFIG_NODEHarald Welte1-1/+0
2017-01-15mobile: Finally fix copyright noticeHarald Welte1-2/+2
2016-01-18host/mobile: Improved SAP interface integrationЯницкий Ва дим3-3/+93
2016-01-18mobile: Fix for "Added runtime selection of gps device"Яницкий Ва дим1-5/+4
2015-12-31autoconf: Migrate from INCLUDES to AM_CPPFLAGSHarald Welte1-1/+1
2015-04-28host/mobile: Finish working support for the SAP interfaceSylvain Munaut2-1/+5
2014-06-15mobile: Use osmocom auth API instead of direct callsMax2-22/+20
2013-12-24mobile/SS: Fixed bug in parsing of known supplemenary service codesAndreas Eversberg1-5/+5
2013-05-23host/mobile: Fixup in error checking path of l23_app_initBhaskar1-3/+6
2013-05-23host/mobile: Fix trans_assign_trans_id() users error checkingSylvain Munaut2-2/+2
2013-05-23gsm48_mm.c: Bugfix: payload_len should be signed intBhaskar1-1/+1
2013-04-14host/mobile: Remove duplicate A5/1 support indication in vty 'show support'Sylvain Munaut1-1/+0
2013-03-07support.c: fix typo in commentHarald Welte1-1/+1
2013-01-13layer23: Be sure to close mncc socket on exit of mobile instanceAndreas Eversberg1-5/+5
2013-01-10mobile: Fixed CLIR invokation / suppressionAndreas Eversberg1-2/+4
2013-01-08misc: Fix typosDario Lombardo1-1/+1
2013-01-08mobile: Fixed ignoring of MDL-ERROR-INDAndreas Eversberg1-0/+1
2013-01-07mobile: Allow test card to be maked as already attachedAndreas Eversberg3-15/+71
2013-01-07mobile: Improved exit of mobile process, reset phoneAndreas Eversberg3-19/+62