summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsm0808_utils.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-12-10 10:57:59 +0100
committerMax <msuraev@sysmocom.de>2018-12-14 13:15:39 +0000
commit7918f84aeb65c4b833ccf86b9daa6ab76f06c031 (patch)
tree008eb690275ffbe23f6ab5e10197b738f048f5fe /include/osmocom/gsm/gsm0808_utils.h
parentd8fcef77945d9390a48c35117529a55946201078 (diff)
LCLS, TS 29.205: add GCR routines
Add functions to encode and decode Global Call Reference as per 3GPP TS 29.205 Table B 2.1.9.1 add corresponding tests. Change-Id: Iee95aa4e5c056645b6cb5667e4a067097d52dfbf Related: OS#2487
Diffstat (limited to 'include/osmocom/gsm/gsm0808_utils.h')
-rw-r--r--include/osmocom/gsm/gsm0808_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm0808_utils.h b/include/osmocom/gsm/gsm0808_utils.h
index 90ff6771..5d5803be 100644
--- a/include/osmocom/gsm/gsm0808_utils.h
+++ b/include/osmocom/gsm/gsm0808_utils.h
@@ -62,7 +62,7 @@ struct gsm0808_cell_id_list2 {
struct osmo_lcls {
enum gsm0808_lcls_config config; /**< §3.2.2.116 Configuration */
enum gsm0808_lcls_control control; /**< §3.2.2.117 Connection Status Control */
- struct gsm29205_gcr *gcr; /**< §3.2.2.115 Global Call Reference */
+ struct osmo_gcr_parsed *gcr; /**< §3.2.2.115 Global Call Reference */
bool corr_needed; /**< §3.2.2.118 Correlation-Not-Needed */
};