Attention is currently required from: fixeria, jolly.
Hello Jenkins Builder, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37519?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Code-Review-1 by fixeria, Verified+1 by Jenkins Builder
Change subject: Fix BTS_Tests_ASCI.TC_vbs_notification, add missing SI1
......................................................................
Fix BTS_Tests_ASCI.TC_vbs_notification, add missing SI1
Because System Information Type 1 was missing, the BTS could not assign
time slots to NCH. Without NCH, notification is not possible.
Related: OS#6467
Change-Id: I65dc55da78bc53a1265124e6b6f6bb9a1650206e
---
M bts/BTS_Tests.ttcn
M bts/BTS_Tests_ASCI.ttcn
2 files changed, 21 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/19/37519/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37519?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I65dc55da78bc53a1265124e6b6f6bb9a1650206e
Gerrit-Change-Number: 37519
Gerrit-PatchSet: 2
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newpatchset
jolly has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/37528?usp=email )
Change subject: Fix ASCI access burst detection with osmo-bts-trx
......................................................................
Fix ASCI access burst detection with osmo-bts-trx
The access burst detection must be enabled on channel activation, if the
handover is activated or if the channel is used for group / broadcast
call.
Related: OS#6467
Change-Id: I467a11662a580e33932ae142dcf605f4c0672daf
---
M src/osmo-bts-trx/l1_if.c
1 file changed, 16 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/28/37528/1
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index 54f5bd2..13df7f7 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -472,7 +472,8 @@
lchan->tch.amr_mr.mode[2].mode,
lchan->tch.amr_mr.mode[3].mode,
amr_get_initial_mode(lchan),
- (lchan->ho.active == HANDOVER_ENABLED));
+ (lchan->ho.active == HANDOVER_ENABLED) ||
+ rsl_chan_rt_is_asci(lchan->rsl_chan_rt));
/* set lchan active */
lchan_set_state(lchan, LCHAN_S_ACTIVE);
/* set initial ciphering */
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/37528?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I467a11662a580e33932ae142dcf605f4c0672daf
Gerrit-Change-Number: 37528
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange