laforge submitted this change.

View Change

Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified osmith: Looks good to me, but someone else must approve
nplab-m3ua-test: Configure Network Indicator as International

That's what we are using at the osmo-stp configuration.
Until now it didn't matter since libosmo-sigtran didn't validate NI
matching configuration on received messages, but since
1af56bf8cf266dd708b623e75d6d175a58f3dd47 it does.

Change-Id: Iae825ebc588524c7a3761c80392940733f3887a6
---
M nplab-m3ua-test/m3ua-param-testtool.scm
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nplab-m3ua-test/m3ua-param-testtool.scm b/nplab-m3ua-test/m3ua-param-testtool.scm
index 10ca653..c919195 100644
--- a/nplab-m3ua-test/m3ua-param-testtool.scm
+++ b/nplab-m3ua-test/m3ua-param-testtool.scm
@@ -66,7 +66,7 @@
(define ss7-message (list 11 34 45 67 67 89))
(define ss7-si 0)

-(define iut-ni 1)
+(define iut-ni 0)
(define iut-mp 0)
(define iut-sls 0)


To view, visit change 41431. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iae825ebc588524c7a3761c80392940733f3887a6
Gerrit-Change-Number: 41431
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>