libosmo-gprs/src/rlcmac
Pau Espin a03f36654b gmmrr: Add new LLC_TRANSMITTED.ind
This event doesn't show up as an explicit primitive in TS 24.007 GMMRR
SAP, but it is clearly needed to (re)arm the READY timer in GMM layer as
per TS 24.008 section 4.7.2.1.1:
"""
The READY timer is started:
- in the MS when the GMM entity receives an indication from lower layers that an LLC frame other than LLC
NULL frame has been transmitted on the radio interface;
"""

Change-Id: I9fd4047cfae4a12ad3be41860032eeda263d3276
2023-05-22 12:49:25 +02:00
..
Makefile.am {rlcmac,llc,sndcp}: AM_LDFLAGS shall not contain *_LIBS 2023-03-13 10:46:01 +00:00
codel.c rlcmac: Enqueue LLC PDUs based on RadioPriority and SAPI 2023-01-30 17:56:09 +01:00
coding_scheme.c rlcmac: Introduce DL TBF creation through PCH ImmAss 2023-02-20 12:31:25 +01:00
csn1_ts_24_008.c rlcmac: Rename ts_*.c -> csn1_ts_*.c 2023-02-01 18:23:17 +01:00
csn1_ts_44_018.c rlcmac: Rename ts_*.c -> csn1_ts_*.c 2023-02-01 18:23:17 +01:00
csn1_ts_44_060.c rlcmac: Refactor msg_type enums and value_string 2023-02-01 18:28:11 +01:00
gre.c Rename internal g_ctx -> g_{layer_name}_ctx 2023-04-13 18:20:53 +02:00
llc_queue.c rlcmac: Fill radio_priority in Dl Ack/Nack Channel Request Description 2023-02-27 17:12:51 +01:00
misc.c rlcmac: Implement DL TBF CCCH & PACCH allocation with TBF Starting Time 2023-03-09 10:25:37 +01:00
pdch_ul_controller.c rlcmac: Fix DL_ASS polls removed when UL TBF released 2023-03-29 14:39:19 +02:00
rlc.c rlcmac: Initial ul_tbf data support 2023-02-13 10:51:07 +01:00
rlc_window.c rlcmac: Implement Rx of UL ACK/NACK 2023-02-20 12:31:25 +01:00
rlc_window_dl.c rlcmac: Implement initial DL rx data path 2023-02-20 12:31:25 +01:00
rlc_window_ul.c rlcmac: Initial ul_tbf data support 2023-02-13 10:51:07 +01:00
rlcmac.c Rename internal g_ctx -> g_{layer_name}_ctx 2023-04-13 18:20:53 +02:00
rlcmac_dec.c rlcmac: rlcmac_dec.c: Add missing headers 2023-03-09 10:24:56 +01:00
rlcmac_enc.c rlcmac: fix wrong MSGT_PACKET_{RESOURCE_REQUEST->DOWNLINK_ACK_NACK} 2023-03-25 16:52:45 +07:00
rlcmac_prim.c gmmrr: Add new LLC_TRANSMITTED.ind 2023-05-22 12:49:25 +02:00
sched.c Rename internal g_ctx -> g_{layer_name}_ctx 2023-04-13 18:20:53 +02:00
tbf.c Rename internal g_ctx -> g_{layer_name}_ctx 2023-04-13 18:20:53 +02:00
tbf_dl.c rlcmac: fix typo in TBF CFG logging messages 2023-04-24 18:26:23 +07:00
tbf_dl_ass_fsm.c Rename internal g_ctx -> g_{layer_name}_ctx 2023-04-13 18:20:53 +02:00
tbf_dl_fsm.c Rename internal g_ctx -> g_{layer_name}_ctx 2023-04-13 18:20:53 +02:00
tbf_ul.c gmmrr: Add new LLC_TRANSMITTED.ind 2023-05-22 12:49:25 +02:00
tbf_ul_ass_fsm.c rlcmac: Fix TFI not assigned during UL TBF CCCH ImmAss 2023-05-22 08:42:47 +00:00
tbf_ul_fsm.c rlcmac: cfg_ul_tbf_req: indicate USF for each active timeslot 2023-04-24 18:27:54 +07:00
ts_44_060.c rlcmac: Refactor msg_type enums and value_string 2023-02-01 18:28:11 +01:00
ts_44_064.c rlcmac: Move spec related definitions for general use to types.h 2023-02-01 18:23:41 +01:00