Compare Revisions

The credentials to download the source code are:
 Username: svnusers
 Password: svnusers

Ignore whitespace Rev 651 → Rev 652

/trunk/ttcn/LibSip_SIPTypesAndValues.ttcn
505,7 → 505,6
// 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
}
 
group RFC6442GeolocationConveyance {
/* @sic R5-133151 update of header fields sic@ */
// [6442 ]
type record Geolocation {
// RFC6442 clause 4.1
1604,9 → 1602,10
// 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
Reason reason optional,
// 3326
RecordRoute recordRoute optional,
RecvInfo recvInfo optional,
// 6086
RequestDisposition requestDisposition optional,
// 3841
ReferredBy referredBy optional,
1704,13 → 1705,17
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
PUBLISH_Request Publish,
UPDATE_Request Update,
REFER_Request Refer,
MESSAGE_Request Message
MESSAGE_Request Message,
INFO_Request Info// [2976 ]
}
 
} // end group RequestTypes