aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-19Get rid of unused gsm_timer.{cpp,h}Pau Espin Pedrol1-5/+5
2021-01-19Rename 'bts_data' leftovers to 'bts'Pau Espin Pedrol1-8/+7
2021-01-19Get rid of bts singletonsPau Espin Pedrol1-6/+6
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-13/+14
2021-01-18Fix configuration mess of initial_cs/mcs between PCUIF and VTYPau Espin Pedrol1-28/+4
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-22/+18
2021-01-14Workaround ASan false positive runtime errors under some platformsPau Espin Pedrol1-2/+3
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-11/+10
2020-11-04Fix configuration of initial_(m)csPau Espin Pedrol1-8/+32
2020-11-04Get rid of bts->egprs_enabledPau Espin Pedrol1-4/+2
2020-11-04Enable egprs support through PCUIF from BTS/BSCPau Espin Pedrol1-1/+4
2020-11-04Take into account BTS supported (M)CS values when retrieving the maximumPau Espin Pedrol1-0/+2
2020-11-04pcuif: Improve BTS-supported CS/MCS handlingPau Espin Pedrol1-18/+21
2020-10-27pcu_l1_if: fix misaligned assignment of remote addressAlexander Couzens1-2/+5
2020-10-13Rework NS configuration over the info indicationAlexander Couzens1-49/+56
2020-10-09pcu_l1_if: print NSVC address in more common formatVadim Yanitskiy1-3/+2
2020-10-09pcu_l1_if: use proper format string specifiers: %d -> %uVadim Yanitskiy1-5/+5
2020-10-09pcu_l1_if: cosmetic: make {local,remote}_sockaddr scoped variablesVadim Yanitskiy1-1/+2
2020-10-08pcu_l1_if: correct logging level in pcu_rx_info_ind()Vadim Yanitskiy1-1/+1
2020-10-08pcu_l1_if: cosmetic: use ARRAY_SIZE() in pcu_rx_info_ind()Vadim Yanitskiy1-1/+1
2020-10-06Use the new NS2 libAlexander Couzens1-23/+60
2020-09-22Free all MS TBFs when receiving GPRS Suspension RequestPau Espin Pedrol1-0/+17
2020-09-22pcuif_proto: version 10: add support for IPv6 NSVCsAlexander Couzens1-2/+13
2020-09-22pcuif_proto: version 10: add frequency hopping parametersVadim Yanitskiy1-3/+22
2020-09-16Revert "pcuif_proto: version 0xa: add support for IPv6 NSVCs"Alexander Couzens1-13/+2
2020-09-15pcuif_proto: version 0xa: add support for IPv6 NSVCsAlexander Couzens1-2/+13
2020-08-24pcu_l1_if: cosmetic: correct error message in pcu_rx_info_ind()Vadim Yanitskiy1-1/+1
2020-08-24pcu_l1_if: cosmetic: move struct 'gprs_rlcmac_pdch' into the for loopVadim Yanitskiy1-2/+1
2020-08-24pcu_l1_if: cosmetic: rename both 'trx'/'ts' to 'trx_nr'/'ts_nr'Vadim Yanitskiy1-23/+23
2020-08-24pcu_l1_if: constify the argument of pcu_rx_info_ind()Vadim Yanitskiy1-1/+1
2020-08-24pcu_l1_if: use proper format specifier for PCUIF versionVadim Yanitskiy1-2/+2
2020-08-24paging: pass struct osmo_mobile_identity, not encoded IE bytesNeels Hofmeyr1-2/+10
2020-06-30Set correct GSMTAP channel type for PDTCH messages returning errorPau Espin Pedrol1-1/+5
2020-06-03bts: refactor handling and parsing of RACH.indVadim Yanitskiy1-9/+25
2020-05-22l1if: fix: s/pcu_rx_rach_ind_pdtch/pcu_rx_rach_ind_ptcch/gVadim Yanitskiy1-1/+1
2020-05-20gsmtap: Set signal level and SNR fieldsPau Espin Pedrol1-1/+1
2020-04-29pcu_l1_if: Don't use GSMTAP_CHANNEL_PACCH when sending unknown gsmtap blocksPau Espin Pedrol1-1/+1
2020-04-02l1if: fix pcu_rx_rach_ind(): use proper format string specifiersVadim Yanitskiy1-1/+1
2020-03-26pcu_l1_if.cpp: Add missing header ctype.hPau Espin Pedrol1-0/+1
2020-01-16pcu_l1_if.cpp: fix NULL-pointer dereference in imsi2paging_group()Vadim Yanitskiy1-2/+3
2020-01-06Pass paging group instead of imsi where later is not neededPau Espin Pedrol1-8/+29
2020-01-01Split identity_lv param into mi+mi_lenPau Espin Pedrol1-2/+2
2019-12-09pcu_l1_if: Check pag_req id_lv len fits bufferPau Espin Pedrol1-0/+8
2019-11-23PTCCH: properly handle RACH.ind for PCU_IF_SAPI_PTCCHVadim Yanitskiy1-0/+11
2019-11-17PTCCH: properly handle RTS.req for PCU_IF_SAPI_PTCCHVadim Yanitskiy1-16/+27
2019-10-07pcu_l1_if.cpp: Replace value 23 with libosmocore's GSM_MACBLOCK_LENPau Espin Pedrol1-6/+6
2019-10-07pcu_l1_if.cpp: Imm Assign PCH: clarify size of different itemsPau Espin Pedrol1-8/+12
2019-10-07pcu_l1_if.cpp: Drop unneeded byte in Imm Ass PCH bufferPau Espin Pedrol1-1/+1
2019-10-07pcu_l1_if.cpp: Fix GSMTAP Imm Assign PCH wrong encodingPau Espin Pedrol1-1/+1
2019-10-01Log AGCH and PCH blocks using GSMTAPPau Espin Pedrol1-0/+10