summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/vty_interface.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-03mobile: add params and VTY commands for data callsVadim Yanitskiy1-0/+98
2023-11-03mobile: clarify TCH I/O {handler,format} namingVadim Yanitskiy1-21/+21
2023-11-02mobile: rename 'audio' node to 'tch-voice' nodeVadim Yanitskiy1-19/+26
2023-11-02mobile: add support for Circuit Switched Data callsVadim Yanitskiy1-4/+170
2023-10-27ASCI: Correctly set and store 'uplink-release-local' flagAndreas Eversberg1-1/+1
2023-10-27ASCI: Add option to join voice group/broadcast calls without valid SIMAndreas Eversberg1-0/+27
2023-10-18mobile: vty: rework support enable/disable commandsVadim Yanitskiy1-130/+98
2023-10-16mobile: clean up call related VTY commandsVadim Yanitskiy1-14/+27
2023-10-16mobile: separate 'call MS_NAME NUMBER' commandVadim Yanitskiy1-17/+43
2023-10-16mobile: mncc_call(): make *number argument constVadim Yanitskiy1-2/+2
2023-10-04ASCI: Add VTY command to display group call neighbor cellsAndreas Eversberg1-2/+17
2023-10-02Correctly use SUP_WRITE() macro for GSM 850Andreas Eversberg1-1/+1
2023-10-02ASCI: Add VTY commands to control voice group/broadcast callsAndreas Eversberg1-8/+237
2023-09-28ASCI: Add support flags to mobile (and VTY) for VGCS/VBSAndreas Eversberg1-0/+15
2023-05-22Migrate network identifier fields to modern osmocom structuresPau Espin Pedrol1-36/+32
2023-04-26layer23: vty: Move imei related commands to common/Pau Espin Pedrol1-58/+0
2023-04-26layer23: vty: Move sim related commands to common/Pau Espin Pedrol1-354/+0
2023-04-26layer23: Move 'show {subscriber,support}' to common/'Pau Espin Pedrol1-72/+6
2023-04-26layer23: Use GSM_RESERVED_TMSI from libosmocore everywherePau Espin Pedrol1-3/+3
2023-04-25mobile: Fail VTY command if attching test SIM card failsPau Espin Pedrol1-1/+6
2023-04-25layer23: Move testsim node to common/Pau Espin Pedrol1-299/+26
2023-04-24layer23: Use libosmocore API to validate IMSI stringPau Espin Pedrol1-7/+5
2023-04-24layer23: Move vty_notify() to common/Pau Espin Pedrol1-37/+0
2023-01-31layer23: Integreate mobile further into l23_appPau Espin Pedrol1-11/+10
2023-01-17layer23: Move layer2-socket VTY command to common/Pau Espin Pedrol1-16/+0
2023-01-17layer23: Move '(no) shutdown' VTY code to common/vty.cPau Espin Pedrol1-55/+47
2023-01-16layer23: Initial VTY framework to share VTY code between appsPau Espin Pedrol1-79/+40
2023-01-16layer23: mobile: Several fixes and improvements in show_ms_cmdPau Espin Pedrol1-7/+8
2023-01-16layer23: mobile: Fix typo in vty stringPau Espin Pedrol1-1/+1
2023-01-16layer23: Move osmocom_ms to a separate filePau Espin Pedrol1-0/+1
2022-12-06mobile: support RTP and TI specific TCH frame I/O formatsVadim Yanitskiy1-0/+24
2022-12-01mobile: integrate GAPK based audio (voice) I/O supportVadim Yanitskiy1-3/+47
2022-12-01mobile: rework gsm_recv_voice(), add AUDIO_IOH_MNCC_SOCKVadim Yanitskiy1-1/+12
2022-11-29mobile: allow enabling/disabling handling of voice in the L1PHYVadim Yanitskiy1-3/+4
2022-11-29mobile: add MNCC handler selection to settingsVadim Yanitskiy1-3/+61
2022-11-27mobile: add MNCC socket path to settingsVadim Yanitskiy1-0/+15
2022-08-23mobile: fix description of 'test re-selection' commandVadim Yanitskiy1-1/+4
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2020-05-05mobile: add audio config, with unused audio loopback settingNeels Hofmeyr1-0/+56
2019-10-17Fix common misspellings and typosMartin Hauke1-5/+5
2018-12-26host/layer23: rename GSM_SIM_TYPE_READER to GSM_SIM_TYPE_L1PHYVadim Yanitskiy1-2/+2
2018-11-16mobile: add header for MS' MNCC functionsMax1-7/+1
2018-08-11layer23: Replace all instances of strncpy() by osmo_strlcpyHarald Welte1-7/+5
2018-08-11layer23: Use osmo_strlcpy() to avoid non-terminated stringsHarald Welte1-1/+1
2018-06-04mobile/sms: Make it optional to store the SMS on diskHolger Hans Peter Freyther1-0/+22
2018-06-01mobile: Make time spent in c7 configurableHolger Hans Peter Freyther1-0/+18
2017-12-13mobile/vty_interface.c: fix 'channel-capability' descriptionVadim Yanitskiy1-3/+6
2017-12-03mobile: Add initial support for scripting supportHolger Hans Peter Freyther1-0/+28
2017-12-03mobile: Move starting/stopping a MS into a separate functionHolger Hans Peter Freyther1-34/+19
2017-11-30mobile: Use enum and not magic value in the VTYHolger Hans Peter Freyther1-1/+1