aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2019-03-12 16:40:07 +0100
committerKeith Whyte <keith@rhizomatica.org>2020-11-16 04:39:46 +0100
commitaca5960d2024289f7d49add2e3a4c335e1e55634 (patch)
tree4a0b1614c4abbf5e729c7fc30d503c27df07d31a /include/osmocom
parent4dc5dcf4e0d238638c03cb1bc8f8401510099853 (diff)
Autofill LCLS parameters for A-interface transactions
That's experimental patch to facilitate testing of BSC implementation of LCLS. Change-Id: I35ae6b6ca04925c8d300bc1a0269af00eac727f3
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/msc/debug.h1
-rw-r--r--include/osmocom/msc/ran_msg.h1
-rw-r--r--include/osmocom/msc/vlr.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/msc/debug.h b/include/osmocom/msc/debug.h
index 3347e20d4..0d08ceb11 100644
--- a/include/osmocom/msc/debug.h
+++ b/include/osmocom/msc/debug.h
@@ -8,6 +8,7 @@ enum {
DCC,
DMM,
DRR,
+ DLCLS,
DMNCC,
DPAG,
DMSC,
diff --git a/include/osmocom/msc/ran_msg.h b/include/osmocom/msc/ran_msg.h
index 3b08b466c..5fdb90cda 100644
--- a/include/osmocom/msc/ran_msg.h
+++ b/include/osmocom/msc/ran_msg.h
@@ -88,6 +88,7 @@ struct ran_assignment_command {
uint8_t osmux_cid;
bool call_id_present;
uint32_t call_id;
+ struct osmo_lcls *lcls;
};
struct ran_cipher_mode_command {
diff --git a/include/osmocom/msc/vlr.h b/include/osmocom/msc/vlr.h
index 3b9bbc41c..971db528b 100644
--- a/include/osmocom/msc/vlr.h
+++ b/include/osmocom/msc/vlr.h
@@ -271,6 +271,7 @@ struct vlr_instance {
bool is_ps;
uint8_t nri_bitlen;
struct osmo_nri_ranges *nri_ranges;
+ bool lcls_enable;
} cfg;
/* A free-form pointer for use by the caller */
void *user_ctx;