aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-17sysmo: fix wrong FN jumps in rx RA.indPau Espin Pedrol1-7/+1
2021-03-15Add new PDCH UL Controller, drop SBAllocator classPau Espin Pedrol1-1/+5
2021-03-12Improve logging in DATA.req and ACT.reqPau Espin Pedrol1-15/+19
2021-03-12Improve DATA.ind loggingPau Espin Pedrol1-15/+16
2021-03-12Track TDMA clock with DATA.ind instead of TIME.indPau Espin Pedrol1-1/+2
2021-02-22Use ALPHA value received in SI13 from PCUIFPau Espin Pedrol1-0/+5
2021-02-16gprs_bssgp: rename gprs_ns_config -> gprs_ns_update_configAlexander Couzens1-1/+1
2021-02-02gprs_bssgp_rim: add serving BSS NACC applicationPhilipp Maier1-12/+61
2021-01-21Get rid of singleton gprs_bssgp_pcu_current_bctx()Pau Espin Pedrol1-1/+1
2021-01-20bts: Store RAC+CI from info_indPau Espin Pedrol1-0/+6
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol1-65/+66
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