aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdch.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Move gsm_rlcmac.cpp -> .cPau Espin Pedrol1-1/+2
2020-03-27pdch: cosmetic: use GSM_MI_TYPE_* constants from libosmocoreVadim Yanitskiy1-1/+1
2020-03-27pdch: fix packet_paging_request(): properly print paging MIVadim Yanitskiy1-5/+4
2020-03-26Don't check ul_control_block before decoding into it.Keith1-1/+1
2020-03-26cosmetic: Do not indent header includes inside extern C blockPau Espin Pedrol1-8/+8
2020-03-23rlcmac: Introduce MS Radio Access Capabilities 2 to fix related spare bitsPau Espin Pedrol1-3/+3
2020-03-05Send UL-CTRL Packet to GSMTAP even if we fail to decode.Keith1-5/+6
2020-03-02gsm_rlcmac: fix Packet_Resource_Request_t: s/Slot/I_LEVEL_TN/Pau Espin Pedrol1-4/+4
2020-02-05Check return code of rlcmac decode/encode functionsPau Espin Pedrol1-8/+25
2020-01-01Split identity_lv param into mi+mi_lenPau Espin Pedrol1-2/+3
2019-12-31fix typo in log messagePau Espin Pedrol1-1/+1
2019-11-17PTCCH: implement basic message codec and APIVadim Yanitskiy1-0/+35
2019-09-25Move out tbf subclasses from tbf.h to their own headersPau Espin Pedrol1-0/+1
2019-09-25pdch.cpp: Use pcu_l1_meas previously filled by lower layersPau Espin Pedrol1-17/+14
2019-09-25pdch.cpp: Refactor bitvec param passing in rcv_control_blockPau Espin Pedrol1-12/+13
2019-07-17fix spelling errors detected by lintianThorsten Alteholz1-2/+2
2019-03-26MCS: add mcs_is_*() helpersMax1-3/+3
2019-03-19MCS: use value_string for conversionMax1-5/+6
2018-02-20TBF: make network counters internalMax1-8/+8
2018-02-19Move PDCH-related functions into separate filesMax1-0/+963