Commit 78c00433 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Merge branch 'pespin/pr' into 'main'

NG_NAS_TypeDefs.ttcn: Fixes in PDU_Address

See merge request !10
parents b0237bc4 13d34223
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -2495,14 +2495,13 @@ module NG_NAS_TypeDefs {
    B4_Type                     spare,
    B4_Type                     spare,
    B1_Type                     si16LLA,                    // @sic R5s201526 sic@
    B1_Type                     si16LLA,                    // @sic R5s201526 sic@
    B3_Type                     typeValue,
    B3_Type                     typeValue,
    octetstring                 adressInfo length(4..12),
    octetstring                 adressInfo length(4..12) optional,
    octetstring                 ipv6Address length(1..16) optional    /* Sep20 @sic R5s201387 Baseline Moving sic@ */
    octetstring                 ipv6Address length(16) optional    /* Sep20 @sic R5s201387 Baseline Moving sic@ */
  } with {
  } with {
    variant "FIELDORDER(msb)";
    variant "FIELDORDER(msb)";
    variant (iel) "LENGTHTO (spare, si16LLA, typeValue, adressInfo, ipv6Address)";
    variant (iel) "LENGTHTO (spare, si16LLA, typeValue, adressInfo, ipv6Address)";
    variant (iel) "BYTEORDER(last)";
    variant (iel) "BYTEORDER(last)";
    variant (adressInfo) "BYTEORDER(last)";
    variant (ipv6Address) "PRESENCE(si16LLA = '1'B)"
    variant (ipv6Address) "BYTEORDER(last)";
  };
  };


  type record PDU_SessionType {                                 /* 24.501 cl. 9.11.4.11 */
  type record PDU_SessionType {                                 /* 24.501 cl. 9.11.4.11 */