Loading LibSip_SIPTypesAndValues.ttcn +5 −1 Original line number Diff line number Diff line Loading @@ -1359,8 +1359,9 @@ group SubTypes{// Subtypes // [5009] type record PEarlyMedia { FieldName fieldName(P_EARLY_MEDIA_E), record of charstring em_param EM_List em_param } type record of charstring EM_List; }//end group RFC5009PEarlyMediaHeader type record PAssertedService { Loading Loading @@ -1561,6 +1562,9 @@ group SubTypes{// Subtypes Payload payload optional } // Note: the introduction of the following specific types is to enable better means for logging // on the other side the generic type is useful for functions dealing with multiple SIP message types type record REGISTER_Request { RequestLine requestLine, MessageHeader msgHeader, Loading Loading
LibSip_SIPTypesAndValues.ttcn +5 −1 Original line number Diff line number Diff line Loading @@ -1359,8 +1359,9 @@ group SubTypes{// Subtypes // [5009] type record PEarlyMedia { FieldName fieldName(P_EARLY_MEDIA_E), record of charstring em_param EM_List em_param } type record of charstring EM_List; }//end group RFC5009PEarlyMediaHeader type record PAssertedService { Loading Loading @@ -1561,6 +1562,9 @@ group SubTypes{// Subtypes Payload payload optional } // Note: the introduction of the following specific types is to enable better means for logging // on the other side the generic type is useful for functions dealing with multiple SIP message types type record REGISTER_Request { RequestLine requestLine, MessageHeader msgHeader, Loading