Loading ttcn/LibSip_SIPTypesAndValues.ttcn +10 −6 Original line number Original line Diff line number Diff line Loading @@ -1514,13 +1514,17 @@ group SubTypes{// Subtypes PAssertedServiceValue pAssertedServiceValue PAssertedServiceValue pAssertedServiceValue } } type record Geolocation { // draft-ietf-sipcore-location-conveyance-04 clause 4.1 group RFC6442GeolocationHeader { // [6442] type record Geolocation { // RFC6442 clause 4.1 FieldName fieldName(GEOLOCATION_E), FieldName fieldName(GEOLOCATION_E), SipUrl addrSpec, SipUrl addrSpec, charstring routingAllowed, SemicolonParam_List geolocParam optional SemicolonParam_List geolocParam optional } } }//end group RFC6442GeolocationHeader type charstring SessIdString length(32); type charstring SessIdString length(32); type record SessionId { type record SessionId { Loading Loading
ttcn/LibSip_SIPTypesAndValues.ttcn +10 −6 Original line number Original line Diff line number Diff line Loading @@ -1514,13 +1514,17 @@ group SubTypes{// Subtypes PAssertedServiceValue pAssertedServiceValue PAssertedServiceValue pAssertedServiceValue } } type record Geolocation { // draft-ietf-sipcore-location-conveyance-04 clause 4.1 group RFC6442GeolocationHeader { // [6442] type record Geolocation { // RFC6442 clause 4.1 FieldName fieldName(GEOLOCATION_E), FieldName fieldName(GEOLOCATION_E), SipUrl addrSpec, SipUrl addrSpec, charstring routingAllowed, SemicolonParam_List geolocParam optional SemicolonParam_List geolocParam optional } } }//end group RFC6442GeolocationHeader type charstring SessIdString length(32); type charstring SessIdString length(32); type record SessionId { type record SessionId { Loading