summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-30mobile: Re-introduce msg_ref in struct gsm_smsHolger Hans Peter Freyther2-7/+10
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 Freyther3-13/+11
2017-11-27mobile: Change started and shutdown state through functionHolger Hans Peter Freyther2-7/+21
2017-11-27mobile: Instead of putting semantic in a comment, use an enumHolger Hans Peter Freyther7-27/+34
2017-11-27mobile: Use bool to show started can only be true or falseHolger Hans Peter Freyther2-4/+5
2017-11-27mobile: Switch from printf to LOGP statementsHolger Hans Peter Freyther5-12/+19
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 Hofmeyr5-7/+0
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy10-35/+23
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 Yanitskiy2-2/+2
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 Yanitskiy3-1/+5
2017-10-23mobile: clean up and share example configsVadim Yanitskiy3-187/+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-08-20VIRT-PHY: Add support for GPRS / TBF modeHarald Welte3-5/+249
2017-08-20VIRT-PHY: virt_l1_sched: Pass timeslot number into call-backHarald Welte7-10/+10
2017-08-20VIRT-PHY: Support forwarding of CBCH similar to BCCH/CCCHHarald Welte1-2/+2
2017-08-20virtphy: Add SIGINT+SIGTERM handlersHarald Welte1-0/+6
2017-07-27vty_interface.c: use RPLMN from settings if presetVadim Yanitskiy1-0/+15
2017-07-19VIRT-PHY: enable proper memory leak debuggingHarald Welte2-3/+26
2017-07-19VIRT-PHY: We don't do line-breaks inside log statementsHarald Welte1-3/+1
2017-07-19VIRT-PHY: Properly destroy l1_model_ms after disconnectHarald Welte7-1/+33
2017-07-19VIRT-PHY: Change default log levelsHarald Welte1-1/+1
2017-07-19VIRT-PHY: Clean up logging statementsHarald Welte7-59/+66
2017-07-19VIRT-PHY: Separate logging of L1 Control and L1 DataHarald Welte6-7/+37
2017-07-19VIRT-PHY: Log MS context number whenever possibleHarald Welte13-45/+71
2017-07-19VIRT-PHY: Major rewrite to deal with muliple L1CTL clientsHarald Welte16-424/+384
2017-07-19VIRT-PHY: Don't redefine GSMTAP port number, use libosmocoreHarald Welte2-4/+2
2017-07-18VIRT-PHY Use libosmocore unix domain socket helperHarald Welte1-28/+11
2017-07-18VIRT-PHY: reorganize data structuresHarald Welte11-77/+82
2017-07-18VIRT-PHY: some more comments/documentationHarald Welte2-0/+8
2017-07-13VIRT-PHY: Use IPv4 multicast groups for private / local scopeHarald Welte1-2/+7
2017-07-13VIRT-PHY: Use osmo_fd_close() introduced in libosmocoreHarald Welte1-15/+4
2017-07-13VIRT-PHY: Use new OSMO_SOCK_F_NO_MCAST_{LOOP,ALL} flagsHarald Welte1-36/+8
2017-07-13VIRT-PHY mcast_sock: Use uint16_t for ports, bool and constHarald Welte2-14/+16