aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol8-10/+10
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-11contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
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 Couzens3-14/+14
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-24Cosmetic: Osmcoom -> OsmocomKeith1-2/+2
2019-06-22tests/BitcompTest: fix wording in log messageAlexander Couzens2-10/+10
2019-06-19manuals: Update VTY documentationDaniel Willmann1-941/+1781
2019-06-19manuals: Add script to regenerate vty/counter documentationDaniel Willmann2-0/+18
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 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