summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-05-19common: Mark gsm_networks staticPau Espin Pedrol1-1/+1
2023-05-19layer23: subscriber: Move generic APIs to the top sectionPau Espin Pedrol1-191/+192
2023-05-19layer23: split subscr_write_plmn_na() internally per-backendPau Espin Pedrol1-5/+26
2023-05-19layer23: subscriber: Split gsm_subscr_sim_pin() internally per-backendPau Espin Pedrol2-10/+32
2023-05-19layer23: subscriber: Split gsm_subscr_write_loci() internally per-backendPau Espin Pedrol1-7/+26
2023-05-19layer23: subscriber: Split gsm_subscr_generate_kc() internally per-backendPau Espin Pedrol2-45/+76
2023-05-19layer23: Generalize subscriber SIM insert APIPau Espin Pedrol6-77/+73
2023-05-19layer23: Move SAP init/close to be done during MS allocation/destructionPau Espin Pedrol2-12/+10
2023-05-19layer23: subscriber: Move generic code to the top out of sim backendPau Espin Pedrol1-45/+37
2023-05-19layer23: subscriber: Move sap specific code inside subscriber.cPau Espin Pedrol3-5/+6
2023-05-19layer23: rework store & pass of test_sim param to gsm_subscr_testcard() APIPau Espin Pedrol5-43/+34
2023-05-19layer23: Migrate sim_ustate to enum + value_stringPau Espin Pedrol2-13/+23
2023-05-19layer23: Move all test_sim settings to its own substructPau Espin Pedrol6-70/+74
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy13-14/+14
2023-05-17contrib/jenkins.sh: uncomment verify_value_string_arrays_are_terminated.pyVadim Yanitskiy1-2/+3
2023-05-17layer23: make verify_value_string_arrays_are_terminated.py happyVadim Yanitskiy1-2/+2
2023-05-17Use OSMO_STRLCPY_ARRAY instead of strcpyPau Espin Pedrol2-2/+2
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 Pedrol2-7/+15
2023-05-15layer23: modem: pass pco & qos from apnPau Espin Pedrol3-6/+16
2023-05-15layer23: modem: Use in SN SAP the TLLI retrieved from GMM and SMPau Espin Pedrol5-11/+27
2023-05-10virt_phy: fix TDMA Fn math in l1ctl_rx_rach_req()Vadim Yanitskiy1-2/+4
2023-05-10virt_phy: l1ctl_rx_rach_req(): remove TDMA Fn hackVadim Yanitskiy1-3/+0
2023-05-10virt_phy: l1ctl_rx_rach_req(): use the indicated chan_nr/link_idVadim Yanitskiy1-5/+9
2023-05-10virt_phy: fix l1ctl_rx_rach_req(): send RACH on TS0, not TS1Vadim Yanitskiy1-3/+2
2023-05-08trxcon/l1sched: allocate primitives of fixed size (64 + 64)Vadim Yanitskiy5-14/+13
2023-05-04layer23: Store and use SAPI & NSAPI in apn->pdpPau Espin Pedrol4-10/+15
2023-05-04layer23: Introduce apn_fsmPau Espin Pedrol11-15/+334
2023-05-04layer23: modem: gmm: Activate PDP Context of APN after GPRS attachPau Espin Pedrol1-0/+7
2023-05-04layer23: modem: grr: Log ignored CCCH ImmAssPau Espin Pedrol1-5/+12
2023-05-03layer23: modem: Delay GPRS attach at startup until modem is readyPau Espin Pedrol4-4/+70
2023-05-03layer23: modem: sndcp: Properly inform SNDCP layer of ownership transferPau Espin Pedrol1-0/+1
2023-05-03layer23: modem: sm: Properly inform SM layer of ownership transferPau Espin Pedrol1-0/+1
2023-05-03layer23: modem: sndcp: Forward LL-XID.req SNDCP->LLCPau Espin Pedrol1-0/+1
2023-05-02layer23: modem: Resolve auth requests coming from GMM layerPau Espin Pedrol4-1/+48
2023-05-01trxcon: do not call l1sched_prim_dequeue() at ul_bid != 0Vadim Yanitskiy1-6/+10
2023-04-27trxcon: use non-blocking stderr logging by defaultVadim Yanitskiy1-0/+1
2023-04-27trxcon: reduce DGPRS logging level to LOGL_NOTICEVadim Yanitskiy1-1/+1
2023-04-27trxcon: ignore TRXCON_EV_TX_DATA_CNF in TRXCON_ST_PACKET_DATAVadim Yanitskiy2-2/+4
2023-04-26layer23: modem: Store P-TMSI allocated by the networkPau Espin Pedrol1-0/+12
2023-04-26layer23: modem: Store P-TMSI independently in subscriberPau Espin Pedrol4-4/+9
2023-04-26doc/examples/modem: Update modem.cfg with new featuresPau Espin Pedrol1-0/+10
2023-04-26layer23: vty: Move imei related commands to common/Pau Espin Pedrol2-58/+66
2023-04-26layer23: modem: Forward GMM primitives up to SM layerPau Espin Pedrol1-0/+14
2023-04-26layer23: Use subscriber information and events to trigger GMMREG AttachPau Espin Pedrol6-65/+152
2023-04-26layer23: vty: Move sim related commands to common/Pau Espin Pedrol2-354/+357
2023-04-26layer23: Move 'show {subscriber,support}' to common/'Pau Espin Pedrol3-73/+75
2023-04-26Initialize/release sim & subscriber ms parts in common/Pau Espin Pedrol1-0/+4
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 Pedrol3-6/+7