aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/abis_rsl.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-15 01:26:03 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-07-25 15:21:24 +0000
commit8151648ceb4688cac9ced9b1c159c6e1968fc0f1 (patch)
treeec76239fb9f5c8002c70c67511c0319976713cac /openbsc/src/libbsc/abis_rsl.c
parent400746801470dba23b30c05e40c135b9d33eb6df (diff)
cosmetic: act lchan type: use constant instead of 0x00
Diffstat (limited to 'openbsc/src/libbsc/abis_rsl.c')
-rw-r--r--openbsc/src/libbsc/abis_rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/abis_rsl.c b/openbsc/src/libbsc/abis_rsl.c
index 8547e6738..42adec9db 100644
--- a/openbsc/src/libbsc/abis_rsl.c
+++ b/openbsc/src/libbsc/abis_rsl.c
@@ -1560,7 +1560,7 @@ static int rsl_rx_chan_rqd(struct msgb *msg)
gsm_lchant_name(lchan->type), gsm_chreq_name(chreq_reason),
rqd_ref->ra, rqd_ta);
- rsl_chan_activate_lchan(lchan, 0x00, 0);
+ rsl_chan_activate_lchan(lchan, RSL_ACT_INTRA_IMM_ASS, 0);
return 0;
}