aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-16Encoding: ACK/NACK: rework uncompressed length calculation when CRBB is presentlynxis/gprs-ack-nackAlexander Couzens1-11/+16
2019-06-16Encoding: ACK/NACK: rework uncompressed block bitmap length calculationAlexander Couzens1-5/+16
2019-06-16rlc: replace int with uint16_tAlexander Couzens1-1/+1
2019-06-16Encoding: use uint16_t when interacting with the window objectAlexander Couzens1-3/+3
2019-06-16egprs_rlc_compression: fix white spacesAlexander Couzens2-2/+2
2019-06-16Encoding: drop struct gprs_rlcmac_bts* from all functionsAlexander Couzens4-17/+12
2019-06-16encoding: replace comment in #if 0 with /* */Alexander Couzens1-4/+2
2019-06-13encoding: correct encoding of CRBB in ACK/NACK when not byte alignedAlexander Couzens1-1/+1
2019-06-07gprs_bssgp_pcu: explicit allocate & initialize bssgp_nsi instanceAlexander Couzens4-17/+49
2019-05-29debian: create -doc subpackage with pdf manualsOliver Smith4-2/+18
2019-05-25gprs_bssgp_pcu: make gprs_bssgp_ns_cb publicAlexander Couzens2-2/+5
2019-04-11Add test for MS mode and (M)CS settingsMax3-0/+86
2019-04-08Fix help message formatting of osmo-pcu.Rafael Diniz1-8/+8
2019-04-08cosmetic: use const pointer for bts_dataMax2-4/+7
2019-04-08Update MCS selection for retransmissionMax5-50/+40
2019-04-08vty: add commands to show TBF of a certain kindMax3-8/+23
2019-03-28TS alloc: expand tests logMax3-295/+297
2019-03-27jenkins.sh: Add oc2g build supportDaniel Willmann1-0/+6
2019-03-27oc2g: Change log type (Litecell15->Oc2g)Daniel Willmann1-1/+1
2019-03-27oc2g: Remove custom alarmsDaniel Willmann1-7/+0
2019-03-27OC-2G: Always use positive TA information provided in PH-RA-INDMinh-Quang Nguyen1-2/+3
2019-03-27OC-2G: Fix TA adjustmentMinh-Quang Nguyen1-2/+2
2019-03-27OC-2G: Fix missing headerMinh-Quang Nguyen1-0/+2
2019-03-27Initial commit for OC-2G support.Jean-Francois Dionne7-0/+1145
2019-03-27Update IA Rest Octets encodingMax1-17/+13
2019-03-27TBF-DL: cosmetic update for helper routinesMax1-38/+32
2019-03-27TBF: update MCS countersMax3-126/+116
2019-03-27Use Timing Advance Index in UL assignmentsMax3-12/+12
2019-03-27Rewrite Packet Uplink IA Rest Octets for SBAMax3-17/+24
2019-03-27Rewrite Packet Uplink IA Rest Octets for MBAMax1-20/+21
2019-03-27Fix Channel Coding Command for MCSMax4-12/+12
2019-03-27MCS: add Channel Coding Command encoderMax7-20/+31
2019-03-27gprs_debug: Use named initializers and explicit array indiciesHarald Welte1-14/+99
2019-03-27Forward GPRS SUSPEND REQ from BTS to SGSN using BSSGPHarald Welte2-0/+28
2019-03-27pcu_l1_if: Fix erroneous endian-swapping of the CellIDHarald Welte1-3/+2
2019-03-26MCS: add mcs_is_*() helpersMax12-45/+65
2019-03-26Include pdch.h in bts.h even if we're not compiling C++Daniel Willmann1-1/+1
2019-03-24MCS: move Mode enum outside of class definitionMax9-51/+50
2019-03-19Fix TA index encoderMax1-6/+6
2019-03-19TBF-DL: log MCS as stringMax2-28/+28
2019-03-19MCS: use value_string for conversionMax13-54/+84
2019-03-19MCS: move HeaderType enum outside of class definitionMax12-92/+126
2019-03-19Explicitly clean up BTS singletonMax3-3/+22
2019-03-19MS store: move test helper to unit testMax3-20/+18
2019-03-19tests: use -no-install libtool flag to avoid ./lt-* scriptsOliver Smith1-1/+1
2019-03-14Use unique NSEI/BVCI/NSVCI in TBF testsMax2-14/+5
2019-03-13Debian: bump copyright yearMax1-2/+2
2019-03-13MCS: remove unused functionMax2-6/+0
2019-03-12Make get_retx_mcs() into regular functionMax2-18/+14
2019-03-12MCS: move Coding Scheme enum outside of class definitionMax12-230/+248