aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_msc_data.h
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-08-07 17:23:16 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2017-08-07 17:25:16 +0200
commit2515fb8c598ed5ede26f9f3cf4b42d662b531154 (patch)
tree959d7539f47bd791bf9d21ca57f95bed7fef61e5 /openbsc/include/openbsc/bsc_msc_data.h
parentc54a5f3d69c18b7b9cc236eca5b8ef8ad7481f34 (diff)
osmo-bsc: improve checking of sccp addresses
Use the check functionality of libosmo-sigtran to test if the sccp addresses are smantically correct.
Diffstat (limited to 'openbsc/include/openbsc/bsc_msc_data.h')
-rw-r--r--openbsc/include/openbsc/bsc_msc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_msc_data.h b/openbsc/include/openbsc/bsc_msc_data.h
index 6d5ed9d5c..1ffe2a9c5 100644
--- a/openbsc/include/openbsc/bsc_msc_data.h
+++ b/openbsc/include/openbsc/bsc_msc_data.h
@@ -115,6 +115,7 @@ struct bsc_msc_data {
/* Sigtran connection data */
struct {
uint32_t cs7_instance;
+ bool cs7_instance_valid;
struct osmo_sccp_instance *sccp;
struct osmo_sccp_user *sccp_user;