Commit 765593ff authored by rennoch's avatar rennoch
Browse files

completion of RequestUnion and MessageHeader to cover INFO_Request and InfoPackage/RecvInfo;

removal of RAN5 CR references
parent 75521851
Loading
Loading
Loading
Loading
+16 −10
Original line number Diff line number Diff line
@@ -505,7 +505,6 @@ module LibSip_SIPTypesAndValues {
                    // Transporting User to User Call Control Information in SIP for ISDN Interworking
                    USER_TO_USER_E,
                    // [6442 ] /*
                    // @sic R5-133151 update of header fields sic@ */
                    GEOLOCATION_E,
                    GEOLOCATION_ROUTING_E,
                    SESSION_ID_E,
@@ -1477,7 +1476,6 @@ module LibSip_SIPTypesAndValues {
                }

                group RFC6442GeolocationConveyance {
                    /* @sic R5-133151 update of header fields sic@ */
                    // [6442 ]
                    type record Geolocation {
                        // RFC6442 clause 4.1
@@ -1604,9 +1602,10 @@ module LibSip_SIPTypesAndValues {
                    // 6442
                    GeolocationRouting geolocationRouting optional,
                    // 6442
                    // @sic R5-133151 update of header fields sic@
                    HistoryInfo historyInfo optional,
                    // 4244
                    InfoPackage infoPackage optional,
                    // 6086
                    InReplyTo inReplyTo optional,
                    // only in requests
                    MaxForwards maxForwards optional,
@@ -1659,6 +1658,8 @@ module LibSip_SIPTypesAndValues {
                    Reason reason optional,
                    // 3326
                    RecordRoute recordRoute optional,
                    RecvInfo recvInfo optional,
                    // 6086
                    RequestDisposition requestDisposition optional,
                    // 3841
                    ReferredBy referredBy optional,
@@ -1704,13 +1705,17 @@ module LibSip_SIPTypesAndValues {
                    UserAgent userAgent optional,
                    Via via,
                    Warning warning optional,
                    // only in responses
                    WwwAuthenticate wwwAuthenticate optional,
                    ResourcePriority resourcePriority optional, // RFC4412
                    AnswerMode answerMode optional,             // RFC5373
                    PrivAnswerMode privAnswerMode optional,     // RFC5373
                    TargetDialog targetDialog optional,         // RFC4538
                    PAnswerState pAnswerState optional,         // RFC4964
                    ResourcePriority resourcePriority optional,
                    // RFC4412
                    AnswerMode answerMode optional,
                    // RFC5373
                    PrivAnswerMode privAnswerMode optional,
                    // RFC5373
                    TargetDialog targetDialog optional,
                    // RFC4538
                    PAnswerState pAnswerState optional,
                    // RFC4964
                    // only in responses
                    UndefinedHeader_List undefinedHeader_List optional
                }
@@ -1935,7 +1940,8 @@ module LibSip_SIPTypesAndValues {
                    PUBLISH_Request Publish,
                    UPDATE_Request Update,
                    REFER_Request Refer,
                    MESSAGE_Request Message
                    MESSAGE_Request Message,
                    INFO_Request Info// [2976 ]
                }

            } // end group RequestTypes