Loading LibSip_SIPTypesAndValues.ttcn +3 −1 Original line number Diff line number Diff line Loading @@ -1749,6 +1749,7 @@ group SubTypes{// Subtypes type union MessageBody{ SDP_Message sdpMessageBody, // if there is only SDP part XmlBody xmlBody, // if there is XML message body XMLMessage xmlMessage, // if there is XML with header&body MIME_Message mimeMessageBody, //if there is SDP and encapsulated ISUP part charstring sipfrag, // if content-Type is message/sipfrag (cp. NOTIFY, cp TS124147 A.4.3.1.2) charstring textplain // if content type is text/plain (for testing long messages) Loading @@ -1763,7 +1764,8 @@ group SubTypes{// Subtypes type union MIME_Encapsulated_Parts { SDP_Message sdpMessageBody, XmlBody xmlBody // if there is XML message body XmlBody xmlBody, // if there is XML message body XMLMessage xmlMessage // if there is XML with header&body } type record MIME_Encapsulated_Part { Loading Loading
LibSip_SIPTypesAndValues.ttcn +3 −1 Original line number Diff line number Diff line Loading @@ -1749,6 +1749,7 @@ group SubTypes{// Subtypes type union MessageBody{ SDP_Message sdpMessageBody, // if there is only SDP part XmlBody xmlBody, // if there is XML message body XMLMessage xmlMessage, // if there is XML with header&body MIME_Message mimeMessageBody, //if there is SDP and encapsulated ISUP part charstring sipfrag, // if content-Type is message/sipfrag (cp. NOTIFY, cp TS124147 A.4.3.1.2) charstring textplain // if content type is text/plain (for testing long messages) Loading @@ -1763,7 +1764,8 @@ group SubTypes{// Subtypes type union MIME_Encapsulated_Parts { SDP_Message sdpMessageBody, XmlBody xmlBody // if there is XML message body XmlBody xmlBody, // if there is XML message body XMLMessage xmlMessage // if there is XML with header&body } type record MIME_Encapsulated_Part { Loading