aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-19 18:30:49 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-11-12 16:06:46 +0100
commit9e4957801f20a963fd01a1ec7ae134944c215bd3 (patch)
tree2e76caf4f9856cda5f8030fba0c2d6c7a74b0d5a /openbsc/include/openbsc
parent5903193d88e72834fb121f88f17385c91a1dbf2b (diff)
IuCS: store assigned rab_id in gsm_subscriber_connection
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 922a6c60b..b161de33d 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -173,6 +173,7 @@ struct gsm_subscriber_connection {
unsigned int mgcp_rtp_endpoint;
uint16_t mgcp_rtp_port_ue;
uint16_t mgcp_rtp_port_cn;
+ uint8_t rab_id;
} iu;
};