aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_msc.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-05-13 17:12:02 +0200
committerlaforge <laforge@osmocom.org>2020-05-19 20:31:29 +0000
commitc8f432a849ac92aad7146fb6fb66fd3504039284 (patch)
tree12a0efb0e1dc52abe7be29ef4e46b5d16a79922a /src/osmo-bsc/osmo_bsc_msc.c
parent3a656da1c685afe64fe54ee9fb9c9dc344ab899f (diff)
deprecate 'msc' / 'ip.access rtp-base <port>'
The bsc_msc_data->rtp_base has been unused ever since we introduced the exernal MGW in osmo-bsc [1]. The vty command also still exists. Deprecate the vty command, remove the member. [1] "mgcp: use osmo-mgw to switch RTP streams" commit 39c609b7c924524172ad311bdf89f92b7ccf175a Change-Id Ia2882b7ca31a3219c676986e85045fa08a425d7a Change-Id: Id14fa3066ca5d472a817593074a6222f159168a8
Diffstat (limited to 'src/osmo-bsc/osmo_bsc_msc.c')
-rw-r--r--src/osmo-bsc/osmo_bsc_msc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bsc/osmo_bsc_msc.c b/src/osmo-bsc/osmo_bsc_msc.c
index e58ff7faf..f766f75d6 100644
--- a/src/osmo-bsc/osmo_bsc_msc.c
+++ b/src/osmo-bsc/osmo_bsc_msc.c
@@ -194,7 +194,6 @@ struct bsc_msc_data *osmo_msc_data_alloc(struct gsm_network *net, int nr)
};
msc_data->core_ci = -1;
msc_data->core_lac = -1;
- msc_data->rtp_base = 4000;
msc_data->nr = nr;
msc_data->allow_emerg = 1;