summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile
AgeCommit message (Expand)AuthorFilesLines
2020-03-05mobile: fix gsm_recv_voice: pull l1ctl header from TCH payloadNeels Hofmeyr1-0/+2
2020-03-01mobile/gsm322: fix use-after-free of cs->si reported by ASanVadim Yanitskiy1-0/+7
2019-11-17mobile/gsm48_rr.c: fix NULL-pointer dereference in gsm48_rr_check_mode()Vadim Yanitskiy1-1/+1
2019-10-17Fix common misspellings and typosMartin Hauke12-81/+81
2019-08-05Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-07-21gsm411_sms.c: Handle negative return of gsm340_gen_oa()Harald Welte1-0/+3
2019-07-21mobile/gsm480_ss.c: gsm480_tx_release_compl(): fix cause IE encodingVadim Yanitskiy1-2/+7
2019-07-21mobile: Fix encoding of cause in gsm480_tx_release_compl()Harald Welte1-4/+4
2019-07-21gsm322: Fix resource leak in gsm322_init() while reading BAHarald Welte1-1/+3
2019-05-28layer23: fix tons of compiler warnings, mostly OSMO_DEPRECATED relatedHarald Welte5-19/+21
2019-05-03mobile/gsm48_mm.c: use proper types for gsm48_rr_hdrVadim Yanitskiy1-5/+5
2019-05-03mobile/gsm322.c: fix heap-use-after-free in gsm322_unselect_cell()Vadim Yanitskiy1-0/+2
2019-04-27lua: Add a sentinel for the fd function tableHolger Hans Peter Freyther1-0/+1
2019-02-02mobile/gsm322.c: fix: properly print stored BA list entitiesVadim Yanitskiy1-6/+6
2019-01-23mobile/gsm480_ss.c: fix build: apply msgb_wrap_with_TL() renameVadim Yanitskiy1-1/+1
2019-01-15layer23/sap_interface.c: reimplement (BT)SAP interfaceVadim Yanitskiy2-0/+52
2019-01-07layer23/sap_interface.c: avoid using 'osmo' prefixVadim Yanitskiy1-1/+1
2018-12-26layer23/sap_interface.c: remove redundant socket_path argumentVadim Yanitskiy1-1/+1
2018-12-26mobile/subscriber.c: consider GSM_SIM_TYPE_SAP tooVadim Yanitskiy1-5/+4
2018-12-26host/layer23: rename GSM_SIM_TYPE_READER to GSM_SIM_TYPE_L1PHYVadim Yanitskiy4-9/+9
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 Yanitskiy2-19/+18
2018-11-21mobile: abort in case of argv handling errorsVadim Yanitskiy1-3/+10
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-21Revert "mobile: fix vty bind ip override"Vadim Yanitskiy1-4/+3
2018-11-19mobile: fix vty bind ip overrideMax1-3/+4
2018-11-19Fix build with latest libosmocoreMax1-10/+0
2018-11-19mobile: log socket path on errorMax1-1/+1
2018-11-16mobile: use proper type for boolean flagsMax1-8/+8
2018-11-16mobile: add header for MS' MNCC functionsMax2-9/+2
2018-09-16lua: Expose API to trigger a network reselectionHolger Hans Peter Freyther2-0/+26
2018-09-06layer23: Use osmo_sock_unix_init_ofd() from libosmocoreHarald Welte1-60/+3
2018-08-24Allow lua code to register a fd for reading with the runtimeHolger Hans Peter Freyther1-0/+103
2018-08-24Forget about the callback after use and cancellationHolger Hans Peter Freyther1-0/+5
2018-08-11layer23: Replace all instances of strncpy() by osmo_strlcpyHarald Welte5-18/+12
2018-08-11layer23: Fix possible buffer overflow writing NUL beyond end of stringHarald Welte1-1/+1
2018-08-11layer23: Use osmo_strlcpy() to avoid non-terminated stringsHarald Welte3-3/+3
2018-08-11layer23: Fix compiler warnings about string operation truncationHarald Welte1-4/+4
2018-08-11layer23: Fix compiler warning about snprintf buffer too smallHarald Welte1-1/+1
2018-07-23Move from libc random() to osmo_get_rand_id (2nd attempt)Holger Hans Peter Freyther4-6/+9
2018-07-17mobile: use osmo_init_logging2 with proper talloc contextVadim Yanitskiy1-13/+5
2018-07-17Revert "Move from libc random() to osmo_get_rand_id"Vadim Yanitskiy4-18/+5
2018-07-11Move from libc random() to osmo_get_rand_idHolger Hans Peter Freyther4-5/+18
2018-06-17lua: Add API to enable passing credentialsHolger Hans Peter Freyther1-1/+22
2018-06-04mobile/sms: Make it optional to store the SMS on diskHolger Hans Peter Freyther3-4/+36
2018-06-02mobile/sms: Simplify the string format routinesHolger Hans Peter Freyther1-4/+1
2018-06-02mobile/sms: Fix memory leak in case the storage can not be openedHolger Hans Peter Freyther1-1/+3
2018-06-01mobile: Make time spent in c7 configurableHolger Hans Peter Freyther3-1/+21