Loading trunk/ttcn/LibSip_SIPTypesAndValues.ttcn +33 −1 Original line number Diff line number Diff line Loading @@ -511,7 +511,12 @@ module LibSip_SIPTypesAndValues { SESSION_ID_E, SIP_ETAG_E, SIP_IF_MATCH_E, FEATURE_CAPS_E FEATURE_CAPS_E, // 6086 RECV_INFO_E, INFO_PACKAGE_E, // 2616 HOST_E } // [7.1 ] Loading Loading @@ -937,6 +942,13 @@ module LibSip_SIPTypesAndValues { SemicolonParam_List fromParams optional } // [2616] type record Host { FieldName fieldName(HOST_E), charstring host, // an empty value is represented by the empty charstring "" integer portField optional } // [20.21 ] type record InReplyTo { FieldName fieldName (IN_REPLY_TO_E) , Loading Loading @@ -999,6 +1011,26 @@ module LibSip_SIPTypesAndValues { RouteBody_List routeBody } type set of InfoPackage_Type InfoPackage_List; type record InfoPackage_Type { charstring infoPackageName, SemicolonParam_List infoPackageParams optional } //[6086] type record RecvInfo { FieldName fieldName(RECV_INFO_E), InfoPackage_List infoPackageList } //[6086] type record InfoPackage { FieldName fieldName(INFO_PACKAGE_E), InfoPackage_Type infoPackageType } // [20.31 ] type record ReplyTo { FieldName fieldName (REPLY_TO_E) , Loading Loading
trunk/ttcn/LibSip_SIPTypesAndValues.ttcn +33 −1 Original line number Diff line number Diff line Loading @@ -511,7 +511,12 @@ module LibSip_SIPTypesAndValues { SESSION_ID_E, SIP_ETAG_E, SIP_IF_MATCH_E, FEATURE_CAPS_E FEATURE_CAPS_E, // 6086 RECV_INFO_E, INFO_PACKAGE_E, // 2616 HOST_E } // [7.1 ] Loading Loading @@ -937,6 +942,13 @@ module LibSip_SIPTypesAndValues { SemicolonParam_List fromParams optional } // [2616] type record Host { FieldName fieldName(HOST_E), charstring host, // an empty value is represented by the empty charstring "" integer portField optional } // [20.21 ] type record InReplyTo { FieldName fieldName (IN_REPLY_TO_E) , Loading Loading @@ -999,6 +1011,26 @@ module LibSip_SIPTypesAndValues { RouteBody_List routeBody } type set of InfoPackage_Type InfoPackage_List; type record InfoPackage_Type { charstring infoPackageName, SemicolonParam_List infoPackageParams optional } //[6086] type record RecvInfo { FieldName fieldName(RECV_INFO_E), InfoPackage_List infoPackageList } //[6086] type record InfoPackage { FieldName fieldName(INFO_PACKAGE_E), InfoPackage_Type infoPackageType } // [20.31 ] type record ReplyTo { FieldName fieldName (REPLY_TO_E) , Loading