Attention is currently required from: daniel, fixeria, lynxis lazus.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39841?usp=email )
Change subject: mme: Take into account KSI update by Network ......................................................................
Patch Set 1:
(2 comments)
File mme/MME_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39841/comment/0fb92c9e_bdfe4... : PS1, Line 405: '000'B
What does `'000'B` mean? Can we have a constant value for that?
'000'B, guess what, means 0, which is basically one of the 2^3-1 you can select to start with, and which was already being selected before.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39841/comment/4dd74967_c5304... : PS1, Line 405: c_NAS_TSC_NATIVE_SEC_CTX
cosmetic: this is the default param value, so can be omitted.
It's the default param value, but I prefer keeping it here so it explicitly shows what we are using here by default in all tests.