aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-01-03 16:57:45 +0100
committerpespin <pespin@sysmocom.de>2022-01-07 13:02:56 +0000
commit604eaba2c34c7295b3f9edbc11a8b927da2f3300 (patch)
treec276462665d031aea46cf549bd02d2ad10bbcc05 /include/osmocom/gsm
parentd3b016fec588d436e0d2a619e5d5a34af3f54b6b (diff)
iuup: Submit RNL-STATUS-Initialization.ind upon rx of Init
This allows init-passive users to get the configured sizes for the RFCIs and other similar information once engotiated with the peer. Realted: OS#1937 Change-Id: I63ee780b4aa162ea097410b234e73984000c0965
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r--include/osmocom/gsm/iuup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/osmocom/gsm/iuup.h b/include/osmocom/gsm/iuup.h
index b1651c59..1ea2b2e5 100644
--- a/include/osmocom/gsm/iuup.h
+++ b/include/osmocom/gsm/iuup.h
@@ -80,9 +80,10 @@ struct osmo_iuup_rnl_status {
enum iuup_error_distance distance;
} error_event;
struct {
- uint16_t supported_versions_mask;
- uint8_t num_subflows;
+ uint16_t mode_version;
+ uint8_t data_pdu_type;
uint8_t num_rfci;
+ uint8_t num_subflows;
uint16_t subflow_sizes[IUUP_MAX_RFCIS][IUUP_MAX_SUBFLOWS];
bool IPTIs_present;
uint8_t IPTIs[IUUP_MAX_RFCIS]; /* values range 0-15, 4 bits */