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
diff --git a/include/osmocom/gsm/iuup.h b/include/osmocom/gsm/iuup.h
index b1651c5..1ea2b2e 100644
--- a/include/osmocom/gsm/iuup.h
+++ b/include/osmocom/gsm/iuup.h
@@ -80,9 +80,10 @@
 			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 */