osmo-pcu/src
Pau Espin f681f07cd0 pcu_l1_if.cpp: Drop unneeded byte in Imm Ass PCH buffer
paging group is 3 bytes and imm assign with plen prepended is 23 bytes,
so there's 1 extra byte not needed and makes code confusing.

Change-Id: Id7835e5aa1506505ff54e019b38f30111f79b5dc
2019-10-07 21:04:19 +02:00
..
osmo-bts-litecell15 Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
osmo-bts-oc2g oc2g: Change log type (Litecell15->Oc2g) 2019-03-27 14:23:17 +01:00
osmo-bts-sysmo Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
.gitignore Adding .gitignore to source directory 2012-06-27 17:45:15 +02:00
Makefile.am Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
bts.cpp Log RACH Requests using GSMTAP 2019-09-30 20:15:54 +02:00
bts.h Log AGCH and PCH blocks using GSMTAP 2019-10-01 10:38:55 +02:00
coding_scheme.c Update MCS selection for retransmission 2019-04-08 07:35:19 +00:00
coding_scheme.h Update MCS selection for retransmission 2019-04-08 07:35:19 +00:00
csn1.cpp remove pcu own bitvector implementation 2017-05-15 12:46:33 +00:00
csn1.h Move include guard to the top 2018-02-19 08:43:45 +00:00
cxx_linuxlist.h llist: Add missing const qualifier in llist cast method 2015-08-24 12:23:50 +02:00
decoding.cpp fix spelling errors detected by lintian 2019-07-17 10:56:19 +00:00
decoding.h Add header type 1 support for EGPRS uplink 2016-06-16 14:32:07 +00:00
egprs_rlc_compression.cpp decompress_crbb: add length argument for search_runlen 2019-06-24 13:51:06 +00:00
egprs_rlc_compression.h egprs_rlc_compression: fix white spaces 2019-06-17 02:04:09 +02:00
encoding.cpp Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
encoding.h Encoding: drop struct gprs_rlcmac_bts* from all functions 2019-06-24 13:48:43 +00:00
gprs_bssgp_pcu.cpp Use osmo_tdef for BSSGP T1 and T2 2019-09-16 14:21:21 +00:00
gprs_bssgp_pcu.h gprs_bssgp_pcu: make gprs_bssgp_ns_cb public 2019-05-25 05:56:32 +02:00
gprs_codel.c llc: Add CoDel AQM implementation 2015-07-21 19:22:32 +02:00
gprs_codel.h llc: Add CoDel AQM implementation 2015-07-21 19:22:32 +02:00
gprs_coding_scheme.cpp Update MCS selection for retransmission 2019-04-08 07:35:19 +00:00
gprs_coding_scheme.h Update MCS selection for retransmission 2019-04-08 07:35:19 +00:00
gprs_debug.cpp gprs_debug: Use named initializers and explicit array indicies 2019-03-27 07:39:02 +00:00
gprs_debug.h TBF: add dedicated log categories 2018-01-19 18:49:16 +01:00
gprs_ms.cpp Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
gprs_ms.h Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
gprs_ms_storage.cpp MS store: move test helper to unit test 2019-03-19 15:05:51 +00:00
gprs_ms_storage.h MS store: move test helper to unit test 2019-03-19 15:05:51 +00:00
gprs_rlcmac.cpp Forward ETWS Primary Notification to MS 2019-09-14 15:28:43 +00:00
gprs_rlcmac.h Forward ETWS Primary Notification to MS 2019-09-14 15:28:43 +00:00
gprs_rlcmac_meas.cpp Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
gprs_rlcmac_sched.cpp Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
gprs_rlcmac_ts_alloc.cpp Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
gsm_rlcmac.cpp fix spelling errors detected by lintian 2019-07-17 10:56:19 +00:00
gsm_rlcmac.h fix spelling errors detected by lintian 2019-07-17 10:56:19 +00:00
gsm_timer.cpp pcu_l1_if: add frame number to log output 2018-04-10 13:35:24 +02:00
gsm_timer.h pcu_l1_if: add frame number to log output 2018-04-10 13:35:24 +02:00
llc.cpp Remove unused includes and forward declarations 2017-12-18 22:05:22 +00:00
llc.h Update header includes 2018-02-19 08:43:46 +00:00
mslot_class.c mslot_class: two more: use uint32_t to shift 1 << 31 2018-03-28 14:44:47 +02:00
mslot_class.h Simplify TS alloc: move slot check into functions 2018-02-21 12:08:40 +00:00
osmobts_sock.cpp osmobts_sock.cpp: do not print the same debug message twice 2019-08-27 11:06:11 +02:00
pcu_l1_if.cpp pcu_l1_if.cpp: Drop unneeded byte in Imm Ass PCH buffer 2019-10-07 21:04:19 +02:00
pcu_l1_if.h PCU: Fix TA adjustment 2017-11-16 10:06:41 -05:00
pcu_main.cpp Use osmo_tdef to implement dl-tbf-idle-time 2019-09-17 11:11:04 +02:00
pcu_utils.h Use explicit type for pcu_lsb() 2018-02-19 08:33:04 +00:00
pcu_vty.c Log AGCH and PCH blocks using GSMTAP 2019-10-01 10:38:55 +02:00
pcu_vty.h Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds 2019-08-05 14:30:47 +02:00
pcu_vty_functions.cpp Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
pcu_vty_functions.h vty: add commands to show TBF of a certain kind 2019-04-08 07:35:00 +00:00
pdch.cpp Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
pdch.h pdch.cpp: Use pcu_l1_meas previously filled by lower layers 2019-09-25 13:52:31 +02:00
poll_controller.cpp Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
poll_controller.h Update header includes 2018-02-19 08:43:46 +00:00
rlc.cpp rlc: replace int with uint16_t 2019-06-24 13:48:09 +00:00
rlc.h tbf: Fix memset(0) on object with no trivial copy-assignment 2018-05-16 15:20:43 +02:00
sba.cpp Move PDCH-related functions into separate files 2018-02-19 17:41:24 +01:00
sba.h Update header includes 2018-02-19 08:43:46 +00:00
tbf.cpp Move tbf_{dl,ul} child constructors to respective .cpp files 2019-09-26 14:43:22 +02:00
tbf.h Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
tbf.txt Doc: Update on README and tbf.txt 2012-12-18 10:04:03 +01:00
tbf_dl.cpp tbf_dl.cpp: Remove dup call to tbf_update_ms_class() in state GPRS_RLCMAC_WAIT_RELEASE 2019-09-26 14:43:22 +02:00
tbf_dl.h Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00
tbf_ul.cpp Move tbf_{dl,ul} child constructors to respective .cpp files 2019-09-26 14:43:22 +02:00
tbf_ul.h Move out tbf subclasses from tbf.h to their own headers 2019-09-25 17:50:06 +02:00