aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Whyte <keith@rhizomatica.org>2022-10-15 01:07:53 +0100
committerKeith Whyte <keith@rhizomatica.org>2024-09-05 04:31:38 +0100
commitc7fae3cdf483769e7eb758b03894456cf72631ed (patch)
treeb153510718cbf57ab098bd29566925bbc3700dc7
parenta5ccd47908ad662c88c2b61003b49ac3a712d8f4 (diff)
Don't set lcls control to CONNECT by default
-rw-r--r--src/libmsc/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmsc/transaction.c b/src/libmsc/transaction.c
index 7ae4c7d92..5ccb847fc 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -168,7 +168,7 @@ struct osmo_lcls *trans_lcls_compose(const struct gsm_trans *trans, bool use_lac
osmo_hexdump(lcls->gcr.cr, 5), trans->callref);
lcls->config = GSM0808_LCLS_CFG_BOTH_WAY;
- lcls->control = GSM0808_LCLS_CSC_CONNECT;
+ lcls->control = GSM0808_LCLS_CSC_DO_NOT_CONNECT;
lcls->corr_needed = true;
lcls->gcr_available = true;