pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/35432?usp=email )
Change subject: mme: Use LAC from SGSN with most significat bit set to 0
......................................................................
mme: Use LAC from SGSN with most significat bit set to 0
Adapt to the new default value used by ttcn3 tests.
Depends: osmo-ttcn3-hacks.git Change-Id Iaf89228f6f026e04d5f583211959025e6d8d4a1d
Change-Id: Ifefbd9bf2ed1bce8089e3dc4c6f9fe901e72308e
---
M ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
M ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
2 files changed, 14 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/32/35432/1
diff --git a/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml b/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
index 13247cd..af5d96e 100644
--- a/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
+++ b/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
@@ -51,7 +51,7 @@
plmn_id:
mcc: 262
mnc: 42
- lac: 43690
+ lac: 39594
rac: 187
ci: 1223
diff --git a/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml b/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
index 2ce3d0c..66c9b66 100644
--- a/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
+++ b/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
@@ -31,7 +31,7 @@
plmn_id:
mcc: 262
mnc: 42
- lac: 43690
+ lac: 39594
rac: 187
ci: 1223
metrics:
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/35432?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ifefbd9bf2ed1bce8089e3dc4c6f9fe901e72308e
Gerrit-Change-Number: 35432
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/35431?usp=email )
Change subject: ttcn3-mme: Set log level of open5gs-mmed to debug
......................................................................
ttcn3-mme: Set log level of open5gs-mmed to debug
INFO is in general not enough to debug tests.
Change-Id: Ic91571f0caf138dc2ac798d75b0600ad265473c3
---
M ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
M ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
2 files changed, 13 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/31/35431/1
diff --git a/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml b/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
index 35b718d..13247cd 100644
--- a/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
+++ b/ttcn3-mme-test-ogs/ogs/open5gs-mme-latest.yaml
@@ -1,7 +1,7 @@
# See https://github.com/open5gs/open5gs/blob/main/configs/open5gs/mme.yaml.in
logger:
- level: info
+ level: debug
mme:
freeDiameter: /data/freediameter.conf
diff --git a/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml b/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
index 520a0b5..2ce3d0c 100644
--- a/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
+++ b/ttcn3-mme-test-ogs/ogs/open5gs-mme-master.yaml
@@ -1,7 +1,7 @@
# See https://github.com/open5gs/open5gs/blob/main/configs/open5gs/mme.yaml.in
logger:
- level: info
+ level: debug
global:
max:
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/35431?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic91571f0caf138dc2ac798d75b0600ad265473c3
Gerrit-Change-Number: 35431
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35430?usp=email )
Change subject: mme: Use LAC from SGSN with most significat bit set to 0
......................................................................
mme: Use LAC from SGSN with most significat bit set to 0
According to 3GPP TS 23.003 sec 2.8.2.2.2, LACs from GERAN are
configured with MSB 0 in order to differentiate it from EUTRAN ones.
This is used by MMEs to figure out if the peer is an SGSN, based on
the the LAC mapped into MME group ID in GUTI .
Change-Id: Iaf89228f6f026e04d5f583211959025e6d8d4a1d
---
M mme/MME_Tests.ttcn
1 file changed, 15 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/30/35430/1
diff --git a/mme/MME_Tests.ttcn b/mme/MME_Tests.ttcn
index 6a375e0..7d0573e 100644
--- a/mme/MME_Tests.ttcn
+++ b/mme/MME_Tests.ttcn
@@ -196,7 +196,7 @@
integer mp_gn_remote_port := 2123;
hexstring mp_gn_local_mcc := '262'H;
hexstring mp_gn_local_mnc := 'f42'H;
- uint16_t mp_gn_local_lac := 43690;
+ uint16_t mp_gn_local_lac := 39594;
uint8_t mp_gn_local_rac := 187;
uint16_t mp_gn_local_ci := 1223;
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35430?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: Iaf89228f6f026e04d5f583211959025e6d8d4a1d
Gerrit-Change-Number: 35430
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/35417?usp=email )
Change subject: test/test_files: set maxDiff attribute
......................................................................
test/test_files: set maxDiff attribute
Without this the diff between expected and actual output is truncated
and one instead reads the following output:
Diff is 844 characters long. Set self.maxDiff to None to see it.
We actually want to see the full diff to see what's not matching.
Change-Id: I6e89705061454191b6db1255de7fe549ad720800
---
M tests/test_files.py
1 file changed, 20 insertions(+), 0 deletions(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/tests/test_files.py b/tests/test_files.py
index 733f04c..24a80a1 100755
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -37,6 +37,7 @@
class LinFixed_Test(unittest.TestCase):
classes = all_subclasses(LinFixedEF)
+ maxDiff = None
def test_decode_record(self):
"""Test the decoder for a linear-fixed EF. Requires the given LinFixedEF subclass
@@ -124,6 +125,7 @@
class TransRecEF_Test(unittest.TestCase):
classes = all_subclasses(TransRecEF)
+ maxDiff = None
def test_decode_record(self):
"""Test the decoder for a transparent record-oriented EF. Requires the given TransRecEF subclass
@@ -186,6 +188,8 @@
class TransparentEF_Test(unittest.TestCase):
+ maxDiff = None
+
@classmethod
def get_classes(cls):
"""get list of TransparentEF sub-classes which are not a TransRecEF subclass."""
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/35417?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I6e89705061454191b6db1255de7fe549ad720800
Gerrit-Change-Number: 35417
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged
Attention is currently required from: laforge.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/pysim/+/35415?usp=email
to look at the new patch set (#6).
The following approvals got outdated and were removed:
Verified-1 by Jenkins Builder
Change subject: fix encode/decode of xPLMNwAcT
......................................................................
fix encode/decode of xPLMNwAcT
There are some pretty intricate rules about how GSM and E-UTRAN are
encoded, let's make sure we fully support both as per 3GPP TS 31.102
Release 17. As part of this, swithc from a list of access technologies
to a set, as there is no order. This makes comparing in unit tests
much easier. However, it also means that we need to sort the set
when printing the list of AcT in pySim-read to generate deterministic
output.
Change-Id: I398ac2a2527bd11e9c652e49fa46d6ca8d334b88
---
M pySim/legacy/utils.py
M pySim/ts_51_011.py
M pySim/utils.py
M pysim-testdata/Fairwaves-SIM.ok
M pysim-testdata/Wavemobile-SIM.ok
M pysim-testdata/sysmoISIM-SJA2.ok
M pysim-testdata/sysmoUSIM-SJS1.ok
M tests/test_utils.py
8 files changed, 66 insertions(+), 45 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/15/35415/6
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/35415?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I398ac2a2527bd11e9c652e49fa46d6ca8d334b88
Gerrit-Change-Number: 35415
Gerrit-PatchSet: 6
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newpatchset