aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-11-09 13:36:11 +0100
committerMax <msuraev@sysmocom.de>2018-12-18 17:48:46 +0000
commitfe65ece24cb25f44b587c16d102bf57da1acbb42 (patch)
tree128723608135491e97cccc61635ff50cb8e284e9 /include/osmocom/bsc/gsm_data.h
parent1cf21de48fe354d364f8b930448ec788553275c7 (diff)
LCLS: update parameter representation
* use osmo_lcls struct from libosmocore * use enum values instead of magic numbers Change-Id: I5e962d4fbb24bf1fb2398dc13e142a4a3304d858 Related: OS#3659
Diffstat (limited to 'include/osmocom/bsc/gsm_data.h')
-rw-r--r--include/osmocom/bsc/gsm_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 738bad349..cf34c6f16 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -275,8 +275,8 @@ struct gsm_subscriber_connection {
struct {
uint8_t global_call_ref[15];
uint8_t global_call_ref_len; /* length of global_call_ref */
- uint8_t config; /* TS 48.008 3.2.2.116 */
- uint8_t control;/* TS 48.008 3.2.2.117 */
+ enum gsm0808_lcls_config config; /* TS 48.008 3.2.2.116 */
+ enum gsm0808_lcls_control control; /* TS 48.008 3.2.2.117 */
/* LCLS FSM */
struct osmo_fsm_inst *fi;
/* pointer to "other" connection, if Call Leg Relocation was successful */