Commit ea328f18 authored by Pau Espin Pedrol's avatar Pau Espin Pedrol
Browse files

NG_NAS_TypeDefs.ttcn: Fix wrong order of octetstrings in NG_SECURITY_PROTECTED_NAS_MESSAGE

With those attributes, the octetstrings showing up in
messageAuthenticationCode and plainNASMessage are in reverse order from
those received over the wire.
parent 926cbb03
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -794,8 +794,6 @@ module NG_NAS_TypeDefs {
    NG_NAS_Message                      plainNASMessage                         /* cl. 9.9       M V 3-n */
    NG_NAS_Message                      plainNASMessage                         /* cl. 9.9       M V 3-n */
  } with {
  } with {
    variant "FIELDORDER(msb)";
    variant "FIELDORDER(msb)";
    variant (messageAuthenticationCode) "BYTEORDER(last)";
    variant (plainNASMessage) "BYTEORDER(last)";
   }
   }