aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-06-30 15:27:10 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-06 15:50:36 +0200
commit359fb8caf417570856ca61d6ff90df1fc452d659 (patch)
treefa52c08a470319a3d6a9a6dcf7b359290989c890 /include
parentb77ae3bc601f9c70c6f9d41d70b063a769506322 (diff)
abis: Use OML remote (BSC) address if RSL CONNECT contains no IP
This introduces a new get_signlink_remote_ip() function whcih we also use in the RSL code to determine the RTP remote address if the CRCX/MDCX contains no remote IP address IE.
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/abis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/abis.h b/include/osmo-bts/abis.h
index 6e26cafd..9d47aa54 100644
--- a/include/osmo-bts/abis.h
+++ b/include/osmo-bts/abis.h
@@ -23,4 +23,6 @@ struct e1inp_line *abis_open(struct gsm_bts *bts, const char *dst_host,
int abis_oml_sendmsg(struct msgb *msg);
int abis_rsl_sendmsg(struct msgb *msg);
+uint32_t get_signlink_remote_ip(struct e1inp_sign_link *link);
+
#endif /* _ABIS_H */