aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-19Convert gprs_bssgp_pcu.cpp to CPau Espin Pedrol1-1192/+0
2021-01-19Get rid of bts singletonsPau Espin Pedrol1-1/+1
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-5/+6
2021-01-18Move llc_* fields from BTS to PCUPau Espin Pedrol1-1/+1
2021-01-18Move fc_* fields from BTS to PCUPau Espin Pedrol1-6/+6
2021-01-18Move ns_dialect field from BTS to PCUPau Espin Pedrol1-3/+3
2021-01-18Move cs_adj* fields from BTS to PCUPau Espin Pedrol1-2/+2
2021-01-18Move T_defs_pcu from BTS to PCU objectPau Espin Pedrol1-3/+3
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-99/+97
2020-12-16ns2: follow ns2 sns api changesAlexander Couzens1-1/+1
2020-12-16ns2: follow changes to add a unique name to all bindsAlexander Couzens1-1/+3
2020-12-16ns2: follow ns2 dialect changesAlexander Couzens1-3/+3
2020-12-01NS2: rework handling of unknown primitiveAlexander Couzens1-6/+10
2020-11-25gprs_bssgp_pcu: follow ns2 library changesAlexander Couzens1-1/+2
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-1/+2
2020-11-04Get rid of bts->egprs_enabledPau Espin Pedrol1-7/+15
2020-11-04Take into account BTS supported (M)CS values when retrieving the maximumPau Espin Pedrol1-4/+4
2020-11-04pcuif: Improve BTS-supported CS/MCS handlingPau Espin Pedrol1-16/+25
2020-11-03NS2: follow the change of ownershipAlexander Couzens1-1/+5
2020-11-02BSSGP: constify argument 'tp' of gprs_bssgp_pcu_rx_paging_{cs,ps}Vadim Yanitskiy1-2/+2
2020-11-02BSSGP: use tlvp_val8() in gprs_bssgp_pcu_rx_paging_cs()Vadim Yanitskiy1-2/+1
2020-10-13Rework NS configuration over the info indicationAlexander Couzens1-25/+142
2020-10-10gprs_bssgp_pcu: fix: do not crash on receipt of subsequent INFO.indVadim Yanitskiy1-10/+15
2020-10-10struct gprs_rlcmac_bts: remove unused 'nsei' fieldVadim Yanitskiy1-1/+0
2020-10-10gprs_bssgp_pcu: fix possible memleak in gprs_nsvc_create_and_connect()Vadim Yanitskiy1-0/+1
2020-10-09gprs_bssgp_pcu: make osmo_sockaddr local/sgsn arguments constVadim Yanitskiy1-4/+4
2020-10-06Use the new NS2 libAlexander Couzens1-120/+112
2020-08-26Fix recent typo preventing MS from registeringPau Espin Pedrol1-1/+1
2020-08-24paging: pass struct osmo_mobile_identity, not encoded IE bytesNeels Hofmeyr1-19/+17
2020-08-21use new osmo_mobile_identity api (avoid deprecation)Neels Hofmeyr1-14/+16
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol1-7/+7
2020-03-27BSSGP: fix: properly encode P-TMSI in RR Paging RequestVadim Yanitskiy1-17/+36
2020-03-27BSSGP: cosmetic use OSMO_IMSI_BUF_SIZE from libosmocoreVadim Yanitskiy1-1/+1
2020-03-18Use downlink BSSGP RA Cap IEPau Espin Pedrol1-6/+1
2020-03-16Use clock_gettime(CLOCK_MONOTONIC) and timespec everywherePau Espin Pedrol1-9/+9
2020-02-03gprs_bssgp_pcu: fixup: fix length check in gprs_bssgp_pcu_rx_dl_ud()Vadim Yanitskiy1-1/+1
2020-01-29gprs_bssgp_pcu: fix invalid use of non-static data member 'frame'Vadim Yanitskiy1-1/+1
2020-01-06Support PAGING-CS and PAGING-PS on on PTP-BVCIPau Espin Pedrol1-1/+5
2020-01-06Support Gb PAGING-CSPau Espin Pedrol1-1/+23
2020-01-06Allow Gb PAGING-PS without P-TMSIPau Espin Pedrol1-12/+13
2020-01-06Pass paging group instead of imsi where later is not neededPau Espin Pedrol1-2/+8
2020-01-01Log BVCI PTP value upon msg recvPau Espin Pedrol1-1/+1
2019-12-10prs_bssgp_pcu.cpp: Mark priv funcs as static and remove trailing whitespacePau Espin Pedrol1-3/+3
2019-11-10gprs_bssgp_destroy(): fix memleak and NULL-pointer dereferenceVadim Yanitskiy1-6/+1
2019-11-08BSSGP: properly print BVCI for signalling messages (BVCI=0)Vadim Yanitskiy1-1/+1
2019-11-08BSSGP: do not reject SUSPEND ACK / NACK messagesVadim Yanitskiy1-4/+1
2019-09-16Use osmo_tdef for BSSGP T1 and T2Pau Espin Pedrol1-6/+7
2019-09-05Use proper API osmo_timer_setup() to set up timer structPau Espin Pedrol1-2/+1
2019-07-24gprs_bssgp_pcu_rx_dl_ud(): use OSMO_IMSI_BUF_SIZEVadim Yanitskiy1-1/+1
2019-07-24gprs_bssgp_pcu.cpp: check return code of gsm48_mi_to_string()Vadim Yanitskiy1-3/+17