summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/modem
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2024-02-02 05:57:02 +0700
committerfixeria <vyanitskiy@sysmocom.de>2024-02-05 15:34:28 +0000
commitaab5d12bdd966ce4ad7cd10fa8d661dff9f23453 (patch)
tree64a38e0d35e742766453de2278fc03fd6a5bf38e /src/host/layer23/include/osmocom/bb/modem
parentbec5f4c4f8c475de5234335f6fc701996af50da4 (diff)
layer23/modem: handle and forward L1CTL UL BLOCK.cnf
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/modem')
-rw-r--r--src/host/layer23/include/osmocom/bb/modem/grr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/modem/grr.h b/src/host/layer23/include/osmocom/bb/modem/grr.h
index 99800ad3..a86a089b 100644
--- a/src/host/layer23/include/osmocom/bb/modem/grr.h
+++ b/src/host/layer23/include/osmocom/bb/modem/grr.h
@@ -25,6 +25,7 @@ enum grr_fsm_event {
GRR_EV_PDCH_UL_TBF_CFG_REQ,
GRR_EV_PDCH_DL_TBF_CFG_REQ,
GRR_EV_PDCH_BLOCK_REQ,
+ GRR_EV_PDCH_BLOCK_CNF,
GRR_EV_PDCH_BLOCK_IND,
GRR_EV_PDCH_RTS_IND,
};