aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-28 17:56:21 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-28 20:02:04 +0200
commitf85b33f68fcf9b34e723e4571078d7eeb0de5d59 (patch)
tree9b642a42c406506527e1c4177cc3306ea48a3ae8 /include/osmocom/gsm
parent428d03b91920207899c3ce1462c142264e43c5cf (diff)
rest_octets: Add function to parse SI3 rest octets
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r--include/osmocom/gsm/gsm48_rest_octets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm48_rest_octets.h b/include/osmocom/gsm/gsm48_rest_octets.h
index 3029ac50..bc5023a6 100644
--- a/include/osmocom/gsm/gsm48_rest_octets.h
+++ b/include/osmocom/gsm/gsm48_rest_octets.h
@@ -87,3 +87,6 @@ struct osmo_gsm48_si13_info {
/* Generate SI13 Rest Octests (Chapter 10.5.2.37b) */
int osmo_gsm48_rest_octets_si13_encode(uint8_t *data, const struct osmo_gsm48_si13_info *si13);
+
+/* Parse SI3 Rest Octets */
+void osmo_gsm48_rest_octets_si3_decode(struct osmo_gsm48_si_ro_info *si3, const uint8_t *data);