aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-03Bump version: 0.7.0.62-fbfa-dirty → 0.8.00.8.0Pau Espin Pedrol3-5/+81
2020-01-01Split identity_lv param into mi+mi_lenPau Espin Pedrol5-9/+11
2020-01-01Log BVCI PTP value upon msg recvPau Espin Pedrol1-1/+1
2019-12-31fix typo in log messagePau Espin Pedrol2-13/+13
2019-12-10Fix trailing whitespacePau Espin Pedrol3-8/+8
2019-12-10prs_bssgp_pcu.cpp: Mark priv funcs as static and remove trailing whitespacePau Espin Pedrol1-3/+3
2019-12-09pcu_l1_if: Check pag_req id_lv len fits bufferPau Espin Pedrol1-0/+8
2019-12-04tbf_dl.cpp: Fix typo in log linePau Espin Pedrol2-125/+125
2019-12-02Remove dash from name used in VTY cmd promptPau Espin Pedrol2-2/+2
2019-12-01manual: Add missing documentation for '-i' command line optionHarald Welte1-1/+3
2019-12-01manual: Fix documentation missing "-D" command line optionHarald Welte1-2/+2
2019-12-01manual: Fix copy+paste errorHarald Welte1-1/+1
2019-11-30VTY: cosmetic: use osmo_talloc_replace_string()Vadim Yanitskiy1-4/+2
2019-11-30VTY: add warning about changing PCU socket path at run-timeVadim Yanitskiy1-2/+3
2019-11-28Clarify (M)CS related VTY attributesPau Espin Pedrol3-14/+17
2019-11-28doc: vty: Update osmo-pcu_vty_reference.xmlPau Espin Pedrol1-27/+10
2019-11-23PTCCH: properly handle RACH.ind for PCU_IF_SAPI_PTCCHVadim Yanitskiy7-17/+104
2019-11-17pcuif_proto.h: extend RACH.ind with TRX / TS numbersVadim Yanitskiy1-0/+2
2019-11-17PTCCH: properly handle RTS.req for PCU_IF_SAPI_PTCCHVadim Yanitskiy5-21/+44
2019-11-17PTCCH: implement basic message codec and APIVadim Yanitskiy3-0/+54
2019-11-10gprs_bssgp_destroy(): fix memleak and NULL-pointer dereferenceVadim Yanitskiy1-6/+1
2019-11-08GprsMs::update_cs_ul(): clarify the meaning of old_link_qualVadim Yanitskiy2-13/+15
2019-11-08tests/tbf: suspend warnings about the link quality measurementsVadim Yanitskiy2-34/+17
2019-11-08BSSGP: properly print BVCI for signalling messages (BVCI=0)Vadim Yanitskiy1-1/+1
2019-11-08BSSGP: do not reject SUSPEND ACK / NACK messagesVadim Yanitskiy1-4/+1
2019-10-16Fix assertion hit upon CCCH Paging RequestPau Espin Pedrol1-1/+1
2019-10-09encoding: fix space, tabsAlexander Couzens1-30/+30
2019-10-09VTY: fix command 'show tbf all': properly filter TBFsVadim Yanitskiy4-19/+22
2019-10-09VTY: refactor pcu_vty_show_ms_all(): use show_ms()Vadim Yanitskiy1-24/+11
2019-10-07pcu_l1_if.cpp: Replace value 23 with libosmocore's GSM_MACBLOCK_LENPau Espin Pedrol1-6/+6
2019-10-07pcu_l1_if.cpp: Imm Assign PCH: clarify size of different itemsPau Espin Pedrol1-8/+12
2019-10-07pcu_l1_if.cpp: Drop unneeded byte in Imm Ass PCH bufferPau Espin Pedrol1-1/+1
2019-10-07pcu_l1_if.cpp: Fix GSMTAP Imm Assign PCH wrong encodingPau Espin Pedrol1-1/+1
2019-10-01Log AGCH and PCH blocks using GSMTAPPau Espin Pedrol3-0/+16
2019-09-30Log RACH Requests using GSMTAPPau Espin Pedrol3-0/+6
2019-09-26vty: Fix osmo_tdef timers not listed in write configPau Espin Pedrol1-0/+2
2019-09-26tbf_dl.cpp: Remove dup call to tbf_update_ms_class() in state GPRS_RLCMAC_WAI...Pau Espin Pedrol1-1/+0
2019-09-26tbf_dl: Setup m_llc_timer in constructor using osmocom APIPau Espin Pedrol1-5/+1
2019-09-26Move tbf_{dl,ul} child constructors to respective .cpp filesPau Espin Pedrol3-24/+24
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol21-238/+319
2019-09-25cosmetic: fix whitespacePau Espin Pedrol4-5/+4
2019-09-25pdch.cpp: Use pcu_l1_meas previously filled by lower layersPau Espin Pedrol2-21/+19
2019-09-25pdch.cpp: Refactor bitvec param passing in rcv_control_blockPau Espin Pedrol2-13/+14
2019-09-18configure.ac: set C and C++ dialectsOliver Smith1-0/+3
2019-09-18tests/app_info: fix compiling with older g++Oliver Smith1-13/+17
2019-09-17Use osmo_tdef to implement dl-tbf-idle-timePau Espin Pedrol7-21/+27
2019-09-17Use osmo_tdef to implement ms-idle-timePau Espin Pedrol5-10/+15
2019-09-16tests: TbfTest: Unify stderr and stdout to ease debuggingPau Espin Pedrol5-154/+153
2019-09-16Use osmo_tdef to implement T3190Pau Espin Pedrol3-6/+4
2019-09-16Use osmo_tdef for BSSGP T1 and T2Pau Espin Pedrol2-6/+9