aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@espeweb.net>2021-02-09 18:28:25 +0100
committerlaforge <laforge@osmocom.org>2021-02-18 00:54:33 +0000
commitd7a209bce9b4d3707ef86b1b65aeaea76c729c80 (patch)
tree2cae985990b2a58facb7ca296c4c5a9eb36d471a /include
parent74dddefcc76f15540c628af45eae3d8bc58dc452 (diff)
gsm: Introduce API osmo_gsm48_rest_octets_si13_decode
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/gsm48_rest_octets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm48_rest_octets.h b/include/osmocom/gsm/gsm48_rest_octets.h
index 8f143be7..f2958249 100644
--- a/include/osmocom/gsm/gsm48_rest_octets.h
+++ b/include/osmocom/gsm/gsm48_rest_octets.h
@@ -120,7 +120,8 @@ struct osmo_gsm48_si13_info {
uint8_t prio_acc_thr;
};
-/* Generate SI13 Rest Octests (Chapter 10.5.2.37b) */
+/* Parse/Generate SI13 Rest Octests (Chapter 10.5.2.37b) */
+int osmo_gsm48_rest_octets_si13_decode(struct osmo_gsm48_si13_info *si13, const uint8_t *data);
int osmo_gsm48_rest_octets_si13_encode(uint8_t *data, const struct osmo_gsm48_si13_info *si13);
/* Parse SI3 Rest Octets */