aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/bsc_msc_data.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-05-26 03:58:14 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2020-06-17 00:14:01 +0200
commit4099f1db504c401e3d7211d9761b034d62d15f7c (patch)
tree005bcf955fd1f5410a7439f132d3618b727461a1 /include/osmocom/bsc/bsc_msc_data.h
parentdaf5d8b6c7ed56de786529d318264409278eedc7 (diff)
MSC pooling: make NRI mappings VTY configurable
Use the osmo_nri_ranges API to manage each MSC's NRI ranges by VTY configuration. Change-Id: I6c251f2744d7be26fc4ad74adefc96a6a3fe08b0
Diffstat (limited to 'include/osmocom/bsc/bsc_msc_data.h')
-rw-r--r--include/osmocom/bsc/bsc_msc_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bsc_msc_data.h b/include/osmocom/bsc/bsc_msc_data.h
index 43adaec00..6e29bfe55 100644
--- a/include/osmocom/bsc/bsc_msc_data.h
+++ b/include/osmocom/bsc/bsc_msc_data.h
@@ -179,6 +179,8 @@ struct bsc_msc_data {
/* UDP socket for proxying MGCP via SCCPlite/IPA */
struct osmo_fd ofd;
} mgcp_ipa;
+
+ struct osmo_nri_ranges *nri_ranges;
};
int osmo_bsc_msc_init(struct bsc_msc_data *msc);