Loading ttcn/Lib3GPP/NG_NAS/NG_NAS_TypeDefs.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -2495,12 +2495,13 @@ module NG_NAS_TypeDefs { B4_Type spare, B1_Type si16LLA, // @sic R5s201526 sic@ B3_Type typeValue, octetstring adressInfo length(4..12), octetstring ipv6Address length(1..16) optional /* Sep20 @sic R5s201387 Baseline Moving sic@ */ octetstring adressInfo length(4..12) optional, octetstring ipv6Address length(16) optional /* Sep20 @sic R5s201387 Baseline Moving sic@ */ } with { variant "FIELDORDER(msb)"; variant (iel) "LENGTHTO (spare, si16LLA, typeValue, adressInfo, ipv6Address)"; variant (iel) "BYTEORDER(last)"; variant (ipv6Address) "PRESENCE(si16LLA = '1'B)" }; type record PDU_SessionType { /* 24.501 cl. 9.11.4.11 */ Loading Loading
ttcn/Lib3GPP/NG_NAS/NG_NAS_TypeDefs.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -2495,12 +2495,13 @@ module NG_NAS_TypeDefs { B4_Type spare, B1_Type si16LLA, // @sic R5s201526 sic@ B3_Type typeValue, octetstring adressInfo length(4..12), octetstring ipv6Address length(1..16) optional /* Sep20 @sic R5s201387 Baseline Moving sic@ */ octetstring adressInfo length(4..12) optional, octetstring ipv6Address length(16) optional /* Sep20 @sic R5s201387 Baseline Moving sic@ */ } with { variant "FIELDORDER(msb)"; variant (iel) "LENGTHTO (spare, si16LLA, typeValue, adressInfo, ipv6Address)"; variant (iel) "BYTEORDER(last)"; variant (ipv6Address) "PRESENCE(si16LLA = '1'B)" }; type record PDU_SessionType { /* 24.501 cl. 9.11.4.11 */ Loading