Commit 62e1413b authored by rennoch's avatar rennoch
Browse files

New SIP header fields required for STF160 test suite: see mantis CR 0007230

parent 568d5e01
Loading
Loading
Loading
Loading
+33 −1
Original line number Diff line number Diff line
@@ -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 ]
@@ -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) ,
@@ -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) ,