summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-03mobile: Directly inform the primitive layer about an eventHolger Hans Peter Freyther2-0/+37
2017-12-03mobile: Begin with a primitive interface on top of the codeHolger Hans Peter Freyther4-2/+143
2017-12-03mobile: Move starting/stopping a MS into a separate functionHolger Hans Peter Freyther2-35/+65
2017-12-03mobile: Fix compiler warning on printing ptrdiff_tHolger Hans Peter Freyther1-1/+1
2017-11-30mobile: Use enum and not magic value in the VTYHolger Hans Peter Freyther1-1/+1
2017-11-30mobile: Re-introduce msg_ref in struct gsm_smsHolger Hans Peter Freyther1-7/+9
2017-11-30mobile: ms->shutdown was not converted properly to enumHolger Hans Peter Freyther1-1/+1
2017-11-30mobile: Speculative crash fix of the SI pointerHolger Hans Peter Freyther1-0/+1
2017-11-27mobile: Avoid msg_ref going out of syncHolger Hans Peter Freyther2-11/+10
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 Freyther6-27/+27
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 Freyther4-12/+18
2017-11-24mobile/vty_interface.c: fix Kc / Ki confusionVadim Yanitskiy1-2/+2
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 Yanitskiy9-34/+22
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 Yanitskiy4-27/+32
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-05-25sap_interface.c: drop meaningless conditionVadim Yanitskiy1-1/+1
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Яницкий Ва дим5-21/+99
2016-01-18mobile: Fix for "Added runtime selection of gps device"Яницкий Ва дим1-5/+4