aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-03-12 13:57:05 +0100
committerHarald Welte <laforge@gnumonks.org>2013-03-12 13:58:30 +0100
commit8b29180cad875b396288a22fb252e158fa2a060a (patch)
tree0364f1d20fe1b734c587e1ca4fd08bd985d835f9 /openbsc/include
parent1af682adb9c43bd5f646b801ab3e4fa7f983cd69 (diff)
IPA: Allow RSL connection to different IP address as OML
This patch adds a new VTY command "ip.access rsl-ip A.B.C.D" at the BTS level. If you set this IP address, the BTS will be instructed to establish the RSL link to the indiciated IP address, rather than using the same as for the OML link (default). Use "ip.access rsl-ip 0" to disable the feature.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index f66a1401f..83758b127 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -602,6 +602,7 @@ struct gsm_bts {
uint16_t site_id;
uint16_t bts_id;
uint32_t flags;
+ uint32_t rsl_ip;
} ip_access;
struct {
struct {