Commit 926cbb03 authored by Pau Espin Pedrol's avatar Pau Espin Pedrol
Browse files

NAS_CommonTypeDefs.ttcn: Fix wrong order of octetstring in Security Mode...

NAS_CommonTypeDefs.ttcn: Fix wrong order of octetstring in Security Mode Complete ReplayedNASMessageContainer

With that attribute, the octetstring showing up in ReplayedNASMessageContainer
is in reverse order from that sent over the wire.
parent 1d79f32e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1276,7 +1276,6 @@ type record NBIFOMContainer {
    variant "FIELDORDER(msb)";
    variant (iel) "LENGTHTO (replayedNASMsgContainerValue)";
    variant (iel) "BYTEORDER(last)";
    variant (replayedNASMsgContainerValue) "BYTEORDER(last)";
  };

  type record NAS_SecurityAlgorithms {                          /* 24.301 cl. 9.9.3.23 */