aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-11 12:41:45 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-25 18:01:24 +0100
commit8cf9107670bfb91ae6b28720a42401af9e1944c8 (patch)
tree929190bfa9fe8b41a8ce9d962ea989958712650d /include
parent08834b1160dbf96f9b10544e74c19277d0d6f1ac (diff)
ranap_common.h: declare ranap_parse_lai()
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/ranap/ranap_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/ranap/ranap_common.h b/include/osmocom/ranap/ranap_common.h
index de38771..229d134 100644
--- a/include/osmocom/ranap/ranap_common.h
+++ b/include/osmocom/ranap/ranap_common.h
@@ -632,3 +632,5 @@ RANAP_ProtocolIE_FieldPair_t *ranap_new_ie_pair(RANAP_ProtocolIE_ID_t id,
asn_TYPE_descriptor_t *type2, void *sptr2);
void ranap_set_log_area(int log_area);
+
+int ranap_parse_lai(struct gprs_ra_id *ra_id, const RANAP_LAI_t *lai);