summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb
AgeCommit message (Expand)AuthorFilesLines
2023-07-24layer23: modem: Delay using cell until fully synced to itPau Espin Pedrol1-0/+1
2023-07-24layer23: modem: implement GPRS-RR FSMVadim Yanitskiy2-1/+23
2023-05-22layer23: subscriber: Implement LOCIGPRS read/write for testcard backendPau Espin Pedrol3-0/+14
2023-05-22layer23: subscriber: Implement LOCIGPRS read/write for simcard backendPau Espin Pedrol1-1/+22
2023-05-22layer23: Define sim_pin_required field as boolPau Espin Pedrol1-1/+1
2023-05-22layer23: Define barr field as boolPau Espin Pedrol2-2/+2
2023-05-22layer23: Define (r)plmn_valid field as boolPau Espin Pedrol2-2/+2
2023-05-22layer23: Define always_search_hplmn field as boolPau Espin Pedrol2-2/+2
2023-05-22layer23: Define imsi_attached field as boolPau Espin Pedrol2-2/+2
2023-05-22Migrate network identifier fields to modern osmocom structuresPau Espin Pedrol7-44/+42
2023-05-19layer23: subscriber: Split gsm_subscr_sim_pin() internally per-backendPau Espin Pedrol1-2/+2
2023-05-19layer23: subscriber: Split gsm_subscr_generate_kc() internally per-backendPau Espin Pedrol1-2/+4
2023-05-19layer23: Generalize subscriber SIM insert APIPau Espin Pedrol2-8/+8
2023-05-19layer23: subscriber: Move sap specific code inside subscriber.cPau Espin Pedrol1-1/+0
2023-05-19layer23: rework store & pass of test_sim param to gsm_subscr_testcard() APIPau Espin Pedrol1-2/+1
2023-05-19layer23: Migrate sim_ustate to enum + value_stringPau Espin Pedrol1-5/+14
2023-05-19layer23: Move all test_sim settings to its own substructPau Espin Pedrol1-10/+14
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy1-1/+1
2023-05-17sim: Introduce EF.LOCIGPRS file structurePau Espin Pedrol1-0/+17
2023-05-17layer23: Define EF.LOCI Location Update Status values with an enumPau Espin Pedrol1-1/+9
2023-05-15layer23: modem: pass pco & qos from apnPau Espin Pedrol1-0/+7
2023-05-15layer23: modem: Use in SN SAP the TLLI retrieved from GMM and SMPau Espin Pedrol1-0/+1
2023-05-04layer23: Store and use SAPI & NSAPI in apn->pdpPau Espin Pedrol1-0/+6
2023-05-04layer23: Introduce apn_fsmPau Espin Pedrol4-0/+33
2023-05-03layer23: modem: Delay GPRS attach at startup until modem is readyPau Espin Pedrol1-0/+12
2023-05-02layer23: modem: Resolve auth requests coming from GMM layerPau Espin Pedrol2-0/+9
2023-04-26layer23: modem: Store P-TMSI independently in subscriberPau Espin Pedrol1-0/+1
2023-04-26layer23: Use subscriber information and events to trigger GMMREG AttachPau Espin Pedrol2-0/+4
2023-04-26layer23: Move 'show {subscriber,support}' to common/'Pau Espin Pedrol1-1/+2
2023-04-26layer23: Use GSM23003_IMEI(SV)_NUM_DIGITS from libosmocorePau Espin Pedrol1-2/+2
2023-04-26layer23: Use OSMO_IMSI_BUF_SIZE from libosmocorePau Espin Pedrol2-5/+6
2023-04-26layer23: Use GSM_RESERVED_TMSI from libosmocore everywherePau Espin Pedrol1-1/+1
2023-04-25layer23: Decouple SIM events from MMR eventsPau Espin Pedrol1-0/+12
2023-04-25layer23: Move testsim node to common/Pau Espin Pedrol2-2/+3
2023-04-24layer23: Use libosmocore API to validate IMSI stringPau Espin Pedrol1-1/+0
2023-04-24layer23: Move vty_notify() to common/Pau Espin Pedrol2-2/+2
2023-03-30modem: initial SM layer support through libosmo-gprs-smPau Espin Pedrol3-0/+9
2023-03-17layer23: implement Rx/Tx API for GPRS related messagesVadim Yanitskiy2-0/+13
2023-03-16layer23/{mobile,modem}: fix segfault on VTY connectionVadim Yanitskiy1-1/+1
2023-03-16modem: add test VTY command to send CHANNEL REQUESTVadim Yanitskiy1-0/+6
2023-03-15layer23: modem: Depend on libosmo-gprs-gmmPau Espin Pedrol3-0/+9
2023-03-14modem: move GRR specific code into its own fileVadim Yanitskiy2-0/+7
2023-03-13layer23: refactor the application API conceptVadim Yanitskiy1-3/+4
2023-03-08mobile: allow configuring local GSMTAP addressMax1-0/+1
2023-02-20Run struct_endianness.pyOliver Smith1-0/+30
2023-02-02layer23: Support configuring GSMTAP through VTY in l23 apps.Pau Espin Pedrol2-0/+29
2023-01-31layer23: Integreate mobile further into l23_appPau Espin Pedrol1-3/+0
2023-01-30modem: Initial integration of libosmo-gprs-rlcmacPau Espin Pedrol3-0/+10
2023-01-30modem: Initial integration of libosmo-gprs-{llc,sndcp}Pau Espin Pedrol5-0/+38
2023-01-19layer23: Initial integration of tun devicePau Espin Pedrol3-0/+12