summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/vty.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Fix VTY command to set IMEISV.Andreas Eversberg1-1/+2
2023-05-22layer23: subscriber: Implement LOCIGPRS read/write for testcard backendPau Espin Pedrol1-0/+116
2023-05-22layer23: Define barr field as boolPau Espin Pedrol1-2/+2
2023-05-22layer23: Define (r)plmn_valid field as boolPau Espin Pedrol1-4/+4
2023-05-22layer23: Define always_search_hplmn field as boolPau Espin Pedrol1-4/+4
2023-05-22layer23: Define imsi_attached field as boolPau Espin Pedrol1-8/+4
2023-05-22layer23: vty: Rename testsim node functionsPau Espin Pedrol1-28/+28
2023-05-22Migrate network identifier fields to modern osmocom structuresPau Espin Pedrol1-23/+21
2023-05-19layer23: Generalize subscriber SIM insert APIPau Espin Pedrol1-3/+10
2023-05-19layer23: subscriber: Move sap specific code inside subscriber.cPau Espin Pedrol1-3/+0
2023-05-19layer23: rework store & pass of test_sim param to gsm_subscr_testcard() APIPau Espin Pedrol1-19/+15
2023-05-19layer23: Move all test_sim settings to its own substructPau Espin Pedrol1-42/+42
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy1-1/+1
2023-04-26layer23: vty: Move imei related commands to common/Pau Espin Pedrol1-0/+66
2023-04-26layer23: vty: Move sim related commands to common/Pau Espin Pedrol1-0/+357
2023-04-26layer23: Move 'show {subscriber,support}' to common/'Pau Espin Pedrol1-0/+67
2023-04-26layer23: Use GSM_RESERVED_TMSI from libosmocore everywherePau Espin Pedrol1-2/+2
2023-04-25layer23: modem: Fix wrong 'radio not started' vty messagePau Espin Pedrol1-1/+3
2023-04-25layer23: Move testsim node to common/Pau Espin Pedrol1-0/+281
2023-04-24layer23: common/vty: Drop includes pointing to mobile appPau Espin Pedrol1-6/+0
2023-04-24layer23: Move vty_notify() to common/Pau Espin Pedrol1-0/+37
2023-03-29layer23: Support cpu-sched vty node from libosmocorePau Espin Pedrol1-3/+5
2023-03-13layer23: refactor the application API conceptVadim Yanitskiy1-8/+2
2023-03-08vty: fix local-host docsMax1-1/+1
2023-03-08mobile: allow configuring local GSMTAP addressMax1-0/+33
2023-02-21mobile: add vty statsd supportMax1-0/+4
2023-02-02layer23: Support configuring GSMTAP through VTY in l23 apps.Pau Espin Pedrol1-1/+274
2023-01-17layer23: Move layer2-socket VTY command to common/Pau Espin Pedrol1-1/+32
2023-01-17layer23: Move '(no) shutdown' VTY code to common/vty.cPau Espin Pedrol1-3/+68
2023-01-16layer23: Initial VTY framework to share VTY code between appsPau Espin Pedrol1-0/+182