aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ranap/iu_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/ranap/iu_client.h')
-rw-r--r--include/osmocom/ranap/iu_client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocom/ranap/iu_client.h b/include/osmocom/ranap/iu_client.h
index 46a950a..3bc4a43 100644
--- a/include/osmocom/ranap/iu_client.h
+++ b/include/osmocom/ranap/iu_client.h
@@ -23,6 +23,11 @@ enum ranap_nsap_addr_enc {
RANAP_NSAP_ADDR_ENC_V4RAW,
};
+enum ranap_conn_state {
+ RANAP_CONN_STATE_CONNECTED,
+ RANAP_CONN_STATE_DISCONNECTED,
+};
+
struct ranap_ue_conn_ctx {
struct llist_head list;
struct ranap_iu_rnc *rnc;
@@ -30,6 +35,7 @@ struct ranap_ue_conn_ctx {
int integrity_active;
struct gprs_ra_id ra_id;
enum ranap_nsap_addr_enc rab_assign_addr_enc;
+ enum ranap_conn_state conn_state;
};
enum ranap_iu_event_type {