THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

The ASN1 code of TS 38.413 15.0.0 which is what Wireshark is based on has:

S-NSSAI ::= SEQUENCE {
sST             SST,
sD                  SD,
iE-Extensions       ProtocolExtensionContainer { { S-NSSAI-ExtIEs} }    OPTIONAL,
...

}

e.g SD is NOT OPTIONAL. It is my understanding that this will be changed in the next version of the specification but that is not yet available.

The ASN1 code of TS 38.413 15.0.0 which is what Wireshark is based on has:

S-NSSAI ::= SEQUENCE {
sST             SST,
sD                  SD,
iE-Extensions       ProtocolExtensionContainer { { S-NSSAI-ExtIEs} }    OPTIONAL,
...

}

e.g SD is NOT OPTIONAL. It is my understanding that this will be changed in the next version of the specification but bu that is not yet available.