aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Pedrol1-1/+1
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 Pedrol1-1/+1
2019-12-02Remove dash from name used in VTY cmd promptPau Espin Pedrol1-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 Pedrol2-8/+11
2019-11-23PTCCH: properly handle RACH.ind for PCU_IF_SAPI_PTCCHVadim Yanitskiy7-17/+104
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 Yanitskiy1-3/+5
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 Pedrol17-238/+315
2019-09-25cosmetic: fix whitespacePau Espin Pedrol3-4/+3
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-17Use osmo_tdef to implement dl-tbf-idle-timePau Espin Pedrol6-15/+18
2019-09-17Use osmo_tdef to implement ms-idle-timePau Espin Pedrol4-9/+12
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
2019-09-14Forward ETWS Primary Notification to MSOliver Smith9-29/+140
2019-09-13bts.cpp: Fix osmo_tdef initialization on older g++ compilersPau Espin Pedrol1-2/+2
2019-09-12tbf_dl: add comments to the schedulerAlexander Couzens1-2/+13
2019-09-12Introduce osmo_tdef infra and timer VTY commandsPau Espin Pedrol9-37/+102
2019-09-11tbf_dl: make preemptive retransmission optionalOliver Smith4-1/+33
2019-09-05Use proper API osmo_timer_setup() to set up timer structPau Espin Pedrol1-2/+1
2019-09-05cosmetic: tbf: Rename T and N arraysPau Espin Pedrol2-20/+20
2019-08-27osmobts_sock.cpp: do not print the same debug message twiceVadim Yanitskiy1-2/+0
2019-08-27osmobts_sock.cpp: pcu_sock_read(): further simplify the codeVadim Yanitskiy1-14/+6
2019-08-23osmobts_sock.cpp: pcu_sock_read(): use stack buffer, not heapVadim Yanitskiy1-15/+3