aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-18Move ws_* fields from BTS to PCUPau Espin Pedrol8-13/+11
2021-01-18Move fc_* fields from BTS to PCUPau Espin Pedrol6-65/+33
2021-01-18Move ns_dialect field from BTS to PCUPau Espin Pedrol6-12/+8
2021-01-18Move (m)cs_lqual_ranges fields from BTS to PCUPau Espin Pedrol6-89/+81
2021-01-18Move cs_downgrade_threshold field from BTS to PCUPau Espin Pedrol6-16/+9
2021-01-18Move cs_adj* fields from BTS to PCUPau Espin Pedrol8-28/+21
2021-01-18Move dl_arq_type field from BTS to PCUPau Espin Pedrol7-19/+15
2021-01-18Move dl_tbf_preemptive_retransmission field from BTS to PCUPau Espin Pedrol6-12/+6
2021-01-18Move alpha,gamma fields from BTS to PCUPau Espin Pedrol6-17/+11
2021-01-18Move force_two_phase field from BTS to PCUPau Espin Pedrol4-11/+5
2021-01-18Move T_defs_pcu from BTS to PCU objectPau Espin Pedrol9-41/+32
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol14-264/+388
2021-01-15gprs_rlc_ts_alloc: ensure no rolling slots are allocatedAlexander Couzens1-2/+17
2021-01-14Workaround ASan false positive runtime errors under some platformsPau Espin Pedrol2-4/+7
2021-01-13bts: fix uninitialized memaccess in BTS::send_gsmtap()Vadim Yanitskiy1-1/+1
2021-01-13bts: fix uninitialized memaccess in BTS::send_gsmtap_rach()Vadim Yanitskiy1-1/+1
2021-01-12gprs_ms: Mark ms_ctrg_desc staticPau Espin Pedrol1-1/+1
2021-01-12ms: Replace struct var with rate_ctrPau Espin Pedrol4-15/+33
2021-01-11tbf: remove 'software error' logs from tbf_freePau Espin Pedrol2-17/+0
2021-01-11tbf: add virtual destructorEric1-0/+1
2021-01-06gprs_rlcmac_sched: fix incorrect SBA frame number assignmentVadim Yanitskiy1-1/+1
2021-01-05tbf: Fix wrong verb used in log messagePau Espin Pedrol1-1/+1
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol24-1486/+1539
2020-12-30gprs_rlcmac_sched: don't leak a sched_dummy()Alexander Couzens1-1/+0
2020-12-17sched: Convert code handling next_list array to be size independantPau Espin Pedrol1-6/+5
2020-12-17gprs_rlcmac_sched: Use helper structure to store several tbf pointer paramsPau Espin Pedrol1-41/+41
2020-12-16gprs_ns2: set default dialect to ipaccessAlexander Couzens1-0/+1
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 Couzens3-9/+13
2020-12-12migrate to DLBSSGP as log sub-system for BSSGPHarald Welte3-9/+6
2020-12-11rlcmac: Fix typo in MT_PACKET_CELL_CHANGE_NOTIFICATION value_stringPau Espin Pedrol1-1/+1
2020-12-01Dl TBF: Get rid of LLC UI dummy blocks following other dataPau Espin Pedrol3-60/+92
2020-12-01NS2: rework handling of unknown primitiveAlexander Couzens1-6/+10
2020-12-01Implement downgrade to DL MCS1-4 when USF for GPRS_only MSPau Espin Pedrol5-20/+52
2020-12-01tbf: Log previous TS when changing Control TSPau Espin Pedrol1-2/+2
2020-11-26main: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-2/+9
2020-11-25gprs_bssgp_pcu: follow ns2 library changesAlexander Couzens1-1/+2
2020-11-24csn1: Log CSN_VARIABLE_ARRAY values as hexPau Espin Pedrol1-2/+2
2020-11-24csn1: Fix readIndex pointer change in CSN_VARIABLE_ARRAYPau Espin Pedrol1-1/+0
2020-11-23pdch: Log hexdump of decde failure for dl rlcmac blockPau Espin Pedrol1-1/+2
2020-11-23pdch: packet_paging_request: Put back non-fitting paging entry where where it...Pau Espin Pedrol1-1/+1
2020-11-17Support multiplexing of GPRS and EGPRS TBFs in one PDCHPau Espin Pedrol3-27/+94
2020-11-17sched: Use correct GMSTAP category for EGPRS DL data blocksPau Espin Pedrol1-5/+7
2020-11-17sched: Fix sending GSMTAP DL data blocks with unset USFPau Espin Pedrol1-3/+7
2020-11-17encoding: Fix duplicate word in log strPau Espin Pedrol1-1/+1
2020-11-13Fix ctr reports: Remove ctr description from already removed counterPau Espin Pedrol1-1/+0
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte1-3/+3
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy9-25/+35
2020-11-06tbf_ul: Log mismatching TLLI on log messagePau Espin Pedrol1-2/+2