laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/41431?usp=email )
Change subject: nplab-m3ua-test: Configure Network Indicator as International ......................................................................
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(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified osmith: Looks good to me, but someone else must approve
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)