aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol3-5/+5
2019-07-24gprs_bssgp_pcu_rx_dl_ud(): use OSMO_IMSI_BUF_SIZEVadim Yanitskiy1-1/+1
2019-07-24gprs_bssgp_pcu.cpp: check return code of gsm48_mi_to_string()Vadim Yanitskiy1-3/+17
2019-07-24gprs_bssgp_pcu_rx_dl_ud(): fix: BSSGP_IE_IMSI is optionalVadim Yanitskiy1-1/+5
2019-07-24ubsan: fix shiftEric Wild1-1/+1
2019-07-21bssgp: Fix dead code: PDUT_STATUS can never reach this partHarald Welte1-3/+1
2019-07-17fix spelling errors detected by lintianThorsten Alteholz9-14/+14
2019-07-16Use libosmocore for IMSI parsingMax1-32/+4
2019-07-16src/pcu_l1_if.cpp: fix: properly pass measurements from PCUIFVadim Yanitskiy1-2/+2
2019-07-11Encoding: ACK/NACK: always encode with length field presentAlexander Couzens1-43/+39
2019-07-11Encoding: use uint16_t when interacting with the window objectAlexander Couzens1-4/+4
2019-07-11bts.cpp: ensure left-shift operation does not exceed uint32_tAlexander Couzens1-1/+1
2019-07-11Encoding: write_packet_ack_nack_desc_egprs: don't use a reference for rest_bitsAlexander Couzens1-1/+1
2019-06-24decompress_crbb: add length argument for search_runlenAlexander Couzens1-4/+10
2019-06-24Encoding: drop struct gprs_rlcmac_bts* from all functionsAlexander Couzens4-17/+12
2019-06-24rlc: replace int with uint16_tAlexander Couzens1-1/+1
2019-06-17egprs_rlc_compression: fix white spacesAlexander Couzens2-2/+2
2019-06-17encoding: use `/* */` for comments instead of `#if 0 #endif`Alexander Couzens1-4/+3
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 Couzens2-17/+12
2019-05-25gprs_bssgp_pcu: make gprs_bssgp_ns_cb publicAlexander Couzens2-2/+5
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 logMax1-21/+23
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 Dionne6-0/+1126
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 assignmentsMax1-8/+8
2019-03-27Rewrite Packet Uplink IA Rest Octets for SBAMax1-15/+22
2019-03-27Rewrite Packet Uplink IA Rest Octets for MBAMax1-20/+21
2019-03-27Fix Channel Coding Command for MCSMax1-6/+6
2019-03-27MCS: add Channel Coding Command encoderMax5-16/+27
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 Welte1-0/+19
2019-03-27pcu_l1_if: Fix erroneous endian-swapping of the CellIDHarald Welte1-3/+2
2019-03-26MCS: add mcs_is_*() helpersMax11-37/+57
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 definitionMax8-44/+43
2019-03-19Fix TA index encoderMax1-6/+6
2019-03-19TBF-DL: log MCS as stringMax1-5/+5
2019-03-19MCS: use value_string for conversionMax12-53/+83
2019-03-19MCS: move HeaderType enum outside of class definitionMax10-87/+121