Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006589SIP LibraryNew releasepublic19-07-2013 11:3113-12-2017 11:06
ReporterAxel Rennoch 
Assigned ToAxel Rennoch (old account) 
PrioritynormalSeveritymajorReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006589: STF 160 Proposal on extension of ETSI SipLib: SipUrl
DescriptionNew INT and 3GPP/RAN tests like to address Service using URN, e.g. application of SOS service (http://tools.ietf.org/pdf/rfc5031.pdf#page=7 [^]). The current TTCN-3 type system has been created to address sip-user/tel schemes only not prepared for new services.

The new scheme „urn:service:sos“ could not be represented adequately with the existing SipUrl type. The existing types only allows to use „UserInfo“ and „userOrTelephoneSubscriber”, not appropriate for service. In future more services and/or schemes are expected to be added.


Proposed solution:
------------------
 
type record SipUrl
{
  charstring scheme, // e.g "sip" or "tel"
  UriComponents components, // corresponding to the scheme
  SemicolonParam_List urlParameters optional,
  AmpersandParam_List headers optional
}


type union UriComponents {
  SipUriComponents sip, // scheme: "sip" or sips"
  TelUriComponents tel, // scheme: "tel"
  UrnUriComponents urn, // scheme: "urn"
  charstring other // scheme: none of the above schemes
}
Additional InformationThe proposed solution has been implemented in a new branch (LibSip v2.0.0).

Further additions:
- new type RequestUnion
- new header fields: SessionId, SIP_ETag, SIP_If_Match
- new module LibSip_MessageBodyTypes for managing different contents of SIP messages bodies
TagsNo tags attached.
Attached Fileszip file icon LibSipV2.0.0.zip [^] (92,298 bytes) 19-07-2013 14:55

- Relationships

-  Notes
(0014930)
Axel Rennoch (old account) (manager)
13-12-2017 09:03

The changes have been done in branch v2.0.0, see revision 527

- Issue History
Date Modified Username Field Change
19-07-2013 11:31 Axel Rennoch New Issue
19-07-2013 11:50 Axel Rennoch File Added: LibSipV2.0.0.zip
19-07-2013 14:54 Axel Rennoch File Deleted: LibSipV2.0.0.zip
19-07-2013 14:55 Axel Rennoch File Added: LibSipV2.0.0.zip
09-09-2013 15:12 Mahesh File Added: selenium.pdf
12-09-2013 08:56 Axel Rennoch File Deleted: selenium.pdf
13-12-2017 09:03 Axel Rennoch (old account) Note Added: 0014930
13-12-2017 11:06 Axel Rennoch (old account) Status new => resolved
13-12-2017 11:06 Axel Rennoch (old account) Resolution open => fixed
13-12-2017 11:06 Axel Rennoch (old account) Assigned To => Axel Rennoch (old account)


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker