From 359fb8caf417570856ca61d6ff90df1fc452d659 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 30 Jun 2013 15:27:10 +0200 Subject: 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. --- include/osmo-bts/abis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 */ -- cgit v1.2.3