summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/vty_interface.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-27mobile: Avoid msg_ref going out of syncHolger Hans Peter Freyther1-1/+1
2017-11-27mobile: Instead of putting semantic in a comment, use an enumHolger Hans Peter Freyther1-11/+11
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-09vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-3/+0
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy1-3/+1
2017-11-05mobile/vty_interface.c: fix incompatible pointer type warningVadim Yanitskiy1-1/+1
2017-11-02mobile/vty_interface.c: add missing 'vty/misc.h' headerVadim Yanitskiy1-0/+1
2017-10-29mobile: register the talloc context introspection commandVadim Yanitskiy1-0/+3
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-07-27vty_interface.c: use RPLMN from settings if presetVadim Yanitskiy1-0/+15
2017-05-25host/mobile: use talloc for ms->name allocationVadim Yanitskiy1-1/+1
2017-01-15mobile.c: Don't register 'end' command to CONFIG_NODEHarald Welte1-1/+0
2016-01-18host/mobile: Improved SAP interface integrationЯницкий Ва дим1-3/+37
2016-01-18mobile: Fix for "Added runtime selection of gps device"Яницкий Ва дим1-5/+4
2014-06-15mobile: Use osmocom auth API instead of direct callsMax1-4/+5
2013-01-07mobile: Allow test card to be maked as already attachedAndreas Eversberg1-12/+62
2013-01-07mobile: Improved exit of mobile process, reset phoneAndreas Eversberg1-2/+2
2012-11-22Rename various "rxlev" variable to "rxlev_dbm" and correct their signessAndreas Eversberg1-3/+3
2012-02-14mobile: Add vty option to force rekeying for every new channelTim Ehlers1-0/+27
2011-11-13host/mobile: Adding (partly implemented) supplementary service supportAndreas Eversberg1-0/+31
2011-11-13host/mobile: Mobile will use SMS Service Center Address from SIMAndreas Eversberg1-5/+10
2011-11-13host/mobile/sms: Adding SMS support for osmocomBB/mobileAndreas Eversberg1-0/+85
2011-08-11mobile/vty: Add missing 's' for 'skip-max-per-band' configuration parameterSteve Markgraf1-1/+1
2011-07-17[layer23] Added special return value for invalid MCC/MNC inputAndreas Eversberg1-12/+12
2011-07-17[layer23] Correctly report to restart mobile instance after band changeAndreas Eversberg1-11/+11
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg1-51/+218
2011-07-17[mobile] Corrected output value of PCS power classAndreas Eversberg1-1/+1
2011-07-17[mobile] Adding option to hide most default values in configAndreas Eversberg1-46/+105
2011-05-29[layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg1-20/+135
2011-05-15src: use namespace prefix osmo_* for utilsPablo Neira Ayuso1-2/+2
2011-05-15src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-1/+1
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-4/+4
2011-03-09[PATCH] Added runtime selection of gps device.Dario Lombardo1-37/+35
2011-02-16Added gpsd support.Dario Lombardo1-0/+41
2011-02-16Renamed gps_* functions to osmo_gps_* functions to avoid overlap with libgps ...Dario Lombardo1-6/+6
2010-11-20[layer23] VTY uses CAPITAL letters for all optional parameter namesAndreas.Eversberg1-9/+9
2010-11-20[layer23] VTY supports "show this" to show current MS node onlyAndreas.Eversberg1-4/+15
2010-11-20[layer23] Adding LAC and TMSI (both optional) to test card (rplmn)Andreas.Eversberg1-11/+35
2010-11-14[layer23/mobile] Better overview of "show ms" VTY commandAndreas.Eversberg1-61/+84
2010-11-14[layer23] Cleanup of mobile applicationAndreas.Eversberg1-7/+4
2010-11-13[layer23] Added support for multiple MS instancesAndreas.Eversberg1-22/+249
2010-10-27layer23/mobile: Add configuration option for automatically answering callsSteve Markgraf1-0/+26