summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile
AgeCommit message (Expand)AuthorFilesLines
2018-10-03(WIP) mobile: add RTP related primitivesfixeria/mnccVadim Yanitskiy1-0/+6
2018-10-03(WIP) mobile/gsm48_cc.c: ignore MNCC_FRAME_{RECV|DROP} messagesVadim Yanitskiy2-29/+4
2018-10-03mobile/mncc_sock.c: ensure MNCC_SOCKET_HELLO message is sentVadim Yanitskiy1-0/+35
2018-10-03mobile/gsm48_cc.c: handle more GSM_TCH* messagesVadim Yanitskiy1-0/+3
2018-10-03mobile/voice.c: properly set frame type and lengthVadim Yanitskiy1-5/+45
2018-10-03host/mobile: integrate GAPK based audio I/O back-endVadim Yanitskiy5-17/+649
2018-10-03mobile/voice.c: abstract gsm_send_voice() from MNCCVadim Yanitskiy2-4/+15
2018-10-03mobile/gsm48_rr.c: drop TCH/F channel limitationVadim Yanitskiy1-8/+0
2018-10-03mobile/gsm48_rr.c: properly handle CHANNEL MODE MODIFYVadim Yanitskiy1-7/+23
2018-10-03mobile/gsm48_rr.c: fix copy-paste error in commentVadim Yanitskiy1-1/+1
2018-10-03mobile/gsm48_rr.c: print error if ch_type is not TCHVadim Yanitskiy1-2/+4
2018-10-03mobile/gsm48_rr.c: prevent uninitialized memory accessVadim Yanitskiy1-1/+8
2018-10-03mobile/gsm48_rr.c: print name of channel modeVadim Yanitskiy1-2/+2
2018-10-03mobile/gsm48_rr.c: set audio mode according to configurationVadim Yanitskiy1-1/+13
2018-10-03mobile/vty_interface.c: add new 'audio' sectionVadim Yanitskiy2-0/+130
2018-10-03host/layer23: add a new logging category for GAPKVadim Yanitskiy1-1/+1
2018-10-03mobile: link the binary against libosmogapkVadim Yanitskiy1-0/+2
2018-10-03mobile/Makefile.am: consistently format variablesVadim Yanitskiy1-10/+58
2018-10-03mobile: add MNCC handler selection to settingsVadim Yanitskiy4-32/+94
2018-10-03mobile: add MNCC socket path to settingsVadim Yanitskiy3-6/+31
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
2018-03-14L1CTL/L1CTL_CRYPTO_REQ: add key length and channel infoVadim Yanitskiy1-4/+8
2018-02-23mobile: Fix memory leak when not using a LUA scriptHolger Hans Peter Freyther2-2/+1
2018-02-10mobile/primitives.c: fix format string compiler warningVadim Yanitskiy1-3/+7
2018-01-18mobile: Print an error message if the VTY cannot be initializedStefan Sperling1-1/+4
2017-12-27mobile: Properly close the primitive interface on reloadHolger Hans Peter Freyther1-3/+6
2017-12-27mobile: Send SMS through the primitive interfaceHolger Hans Peter Freyther3-4/+35
2017-12-13mobile/vty_interface.c: fix 'channel-capability' descriptionVadim Yanitskiy1-3/+6
2017-12-13mobile/gsm48_rr.c: cosmetic: drop wrong commentVadim Yanitskiy1-1/+0
2017-12-13mobile/gsm48_rr.c: fix ACCH System Information parsingVadim Yanitskiy1-15/+11
2017-12-03mobile: Return the name of the configured "MS"Holger Hans Peter Freyther1-0/+7
2017-12-03mobile: Simplify code and check the cb ref in load_cbHolger Hans Peter Freyther1-21/+14
2017-12-03mobile: Use new LOGPSRCC macro to print multiple valuesHolger Hans Peter Freyther1-1/+2