aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-12AllocTest: Avoid queuing tons of to-be-freed msPau Espin Pedrol1-0/+6
2021-01-12ms: Replace struct var with rate_ctrPau Espin Pedrol4-15/+33
2021-01-11tbf: remove 'software error' logs from tbf_freePau Espin Pedrol3-22/+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-05doc: Improve CS/MCS GPRS/EGPRS considerations in User ManualPau Espin Pedrol1-17/+127
2021-01-05.gitignore: ignore files ending with ~Pau Espin Pedrol1-0/+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 Pedrol32-1903/+1960
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 Welte5-12/+8
2020-12-12manuals/gb/ns.adoc: Update documentation regarding SNS capabilityHarald Welte1-14/+65
2020-12-11rlcmac: Fix typo in MT_PACKET_CELL_CHANGE_NOTIFICATION value_stringPau Espin Pedrol1-1/+1
2020-12-10gb manual: NS is implemented in libosmogb, not libosmocoreHarald Welte1-2/+2
2020-12-10gb manual: 08.16 -> 48.016 / 08.18 -> 48.018Harald Welte3-67/+67
2020-12-01Dl TBF: Get rid of LLC UI dummy blocks following other dataPau Espin Pedrol4-198/+170
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 Pedrol6-431/+463
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 Pedrol2-4/+4
2020-11-24csn1: Fix readIndex pointer change in CSN_VARIABLE_ARRAYPau Espin Pedrol4-1/+11
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 Welte2-3/+4
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy16-101679/+101689
2020-11-06tbf_ul: Log mismatching TLLI on log messagePau Espin Pedrol1-2/+2
2020-11-05gprs_ms: Avoid enabling EGPRS if no MCS are supportedPau Espin Pedrol2-1/+8
2020-11-05Fix mcs_is_valid(): UNKNOWN value is not a valid (M)CSPau Espin Pedrol3-1/+4
2020-11-04Fix configuration of initial_(m)csPau Espin Pedrol3-18/+43
2020-11-04Get rid of bts->egprs_enabledPau Espin Pedrol6-26/+17
2020-11-04tbf_ul: Allow non-egprs phones if EGPRS is enabledPau Espin Pedrol2-7/+0
2020-11-04tbf_dl: Don't fake EGPRS MS class when no related info is availablePau Espin Pedrol3-13/+22
2020-11-04pdch: Process received CS1-4 data blocks regardless of egprs_enabledPau Espin Pedrol1-6/+0
2020-11-04Enable egprs support through PCUIF from BTS/BSCPau Espin Pedrol2-22/+14