aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Whyte <keith@rhizomatica.org>2022-10-15 01:07:53 +0100
committerKeith Whyte <keith@rhizomatica.org>2022-10-15 01:55:55 +0100
commitff37f1c09281ba221f76c75777abf3b0cd803b01 (patch)
tree1c44906162c8895e8e774e829a506aad6b90d20b
parent28c5a7dea0b1ff3b81666020f0c0206a01fa1b34 (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 25c0e3c50..53236f494 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -160,7 +160,7 @@ struct osmo_lcls *trans_lcls_compose(const struct gsm_trans *trans, bool use_lac
osmo_hexdump(lcls->gcr.cr, 5));
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;