aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-19 18:30:49 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-29 16:13:08 +0200
commite708d74658d03923b91521f524150d377f4e17db (patch)
tree43d69c27153f557fdea323b99a7502328daebd58 /openbsc/include/openbsc/gsm_data.h
parentb4ed0e7b7824c15ca2f711daca32e6c34f0b7337 (diff)
IuCS: store assigned rab_id in gsm_subscriber_connection
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-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 2af80e001..d27cb9ac9 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;
};