Commit 6495fd1f authored by juvancic's avatar juvancic
Browse files

RAW encoding

parent 9bfb73d1
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ module NG_NAS_MsgContainers
    SET_UL_MESSAGE_RESPONSE                               set_UL_Message_Response,
    UE_TEST_LOOP_NR_SIDELINK_COUNTER_RESPONSE             test_Loop_Sidelink_Counter_Response // @sic R5-225291 sic@
    
  };
  }with { variant "TAG(registration_Request,     protocolDiscriminator = '01111110'B)"}

  type union NG_NAS_DL_Message_Type {                                              /* NAS message with direction 'network to UE' or 'both' */
    NG_AUTHENTICATION_REJECT                               authentication_Reject,
@@ -102,7 +102,8 @@ module NG_NAS_MsgContainers
    UE_TEST_LOOP_NR_SIDELINK_COUNTER_REQUEST               test_Loop_Sidelink_Counter_Request, // @sic R5-225291 sic@

    UPDATE_UE_LOCATION_INFORMATION                         update_Ue_Location_Information   //@sic R5-213421 sic@
  };
  }with { variant "TAG(registration_Accept,     protocolDiscriminator = '01111110'B)"}


  //****************************************************************************
  // NAS SECURITY PROTECTION
@@ -166,4 +167,4 @@ module NG_NAS_MsgContainers
  type record of NG_NAS_MSG_Request_Type NG_NAS_MSG_RequestList_Type;

// The encoding rule is needed because the types in this file are part of the overall message sent over the air
}  with { encode "NAS Types"}
}  with { encode "RAW"/*"NAS Types"*/}