Commit 6746e7bf authored by juvancic's avatar juvancic
Browse files

change to RAW encoding

parent 75e54e7f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -713,7 +713,7 @@ type record Non3GPP_NW_ProvidedPolicies {
  type record PacketFilterComponent {
    O1_Type                     id,
    PacketFilterComponentValue  packetFilterComponentValue
  };
  } with { variant (id)"FIELDLENGTH(8)";};

  type union PacketFilterComponentValue {
    O8_Type    ipv4RemoteAddress,
@@ -1182,4 +1182,5 @@ type record NBIFOMContainer {
    B4_Type                     requestType
  };
 
}  with { encode "NAS Types" }
//}  with { encode "NAS Types" }
}  with { encode "RAW" }