fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27480 )
Change subject: BSC_Tests: also match band indicator in SI6 Rest Octets
......................................................................
BSC_Tests: also match band indicator in SI6 Rest Octets
Due to a bug in the current osmo-bsc master, osmo-bsc inverts
the band indicator bit in SI6 Rest Octets. This change extends
testing coverage to demonstrate the problem (see TC_si_default).
Change-Id: I93e1fcfaea973ec2461e30f656d5f5f0d829909b
Related: osmo-bsc.git Iaa8377919a144e7f3799b76249f579c8f3874145
---
M bsc/BSC_Tests.ttcn
1 file changed, 8 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/80/27480/1
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 0da2916..d867721 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -455,7 +455,14 @@
radio_link_timeout := '0111'B
},
ncc_permitted := '11111111'B,
- rest_octets := ?
+ rest_octets := {
+ pch_nch_info := ?,
+ vbs_vgcs_options := ?,
+ dtm_support := '0'B,
+ rac := omit,
+ max_lapdm := omit,
+ band_ind := '0'B /* ARFCN indicates 1800 band */
+ }
}
};
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27480
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: I93e1fcfaea973ec2461e30f656d5f5f0d829909b
Gerrit-Change-Number: 27480
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange