aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-02-04 18:00:36 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2016-02-18 13:21:35 +0100
commit4870b995ec0bf1b01d91b08d396ff0bffc2d0ab3 (patch)
treea5a967df439f689dc0650468bbf34b8e2c8d49a6 /include/osmocom
parent49f99cd265a89ba155afdcb8daade73c60824de6 (diff)
ranap_common: Add helper function to get IP from transport layer addr
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/ranap/ranap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/ranap/ranap_common.h b/include/osmocom/ranap/ranap_common.h
index 229d134..b7682e5 100644
--- a/include/osmocom/ranap/ranap_common.h
+++ b/include/osmocom/ranap/ranap_common.h
@@ -634,3 +634,4 @@ RANAP_ProtocolIE_FieldPair_t *ranap_new_ie_pair(RANAP_ProtocolIE_ID_t id,
void ranap_set_log_area(int log_area);
int ranap_parse_lai(struct gprs_ra_id *ra_id, const RANAP_LAI_t *lai);
+int ranap_ip_from_transp_layer_addr(const BIT_STRING_t *in, uint32_t *ip);