aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-19 19:06:06 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-21 11:11:09 +0200
commit2c90899bc4386d4e5dae41e098b17e87cae99e42 (patch)
treeec60c62b533095edbf4d287aa66efe030035f537 /include/osmocom
parent1aaeea490029264062406ccf1afd25e87dfd0e2e (diff)
vty: Introduce cs7-instance-iu
Similar to what we already have in osmo-msc. Change-Id: Iaa9e1d06dd0430848ef4f7498a3c15d13f899904
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/sgsn/sgsn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/sgsn/sgsn.h b/include/osmocom/sgsn/sgsn.h
index 6e4f5ca04..78803c77b 100644
--- a/include/osmocom/sgsn/sgsn.h
+++ b/include/osmocom/sgsn/sgsn.h
@@ -112,6 +112,7 @@ struct sgsn_config {
#if BUILD_IU
struct {
enum ranap_nsap_addr_enc rab_assign_addr_enc;
+ uint32_t cs7_instance;
} iu;
#endif