[PATCH] openbsc[master]: cosmetic: act lchan type: use constant instead of 0x00

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Sat Jul 23 20:25:57 UTC 2016


Review at  https://gerrit.osmocom.org/565

cosmetic: act lchan type: use constant instead of 0x00

Change-Id: Idc8afc4e52e189f474077899eef896381ce238f7
---
M openbsc/src/libbsc/abis_rsl.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/65/565/1

diff --git a/openbsc/src/libbsc/abis_rsl.c b/openbsc/src/libbsc/abis_rsl.c
index e5183bc..99a0b1e 100644
--- a/openbsc/src/libbsc/abis_rsl.c
+++ b/openbsc/src/libbsc/abis_rsl.c
@@ -1561,7 +1561,7 @@
 		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;
 }

-- 
To view, visit https://gerrit.osmocom.org/565
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc8afc4e52e189f474077899eef896381ce238f7
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list