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
0007230SIP LibraryNew releasepublic30-11-2015 17:2708-12-2015 10:43
ReporterAxel Rennoch 
Assigned ToAxel Rennoch 
PriorityhighSeveritymajorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionNext Release 
Target VersionNext ReleaseFixed in Version 
Summary0007230: Extension of SIP header field list
DescriptionNew SIP header fields required for STF160 test suite:
=====================================================

type enumerated FieldName {
...
FEATURE_CAPS_E,
// 6086
RECV_INFO_E,
INFO_PACKAGE_E,
// 2616
HOST_E
}

----------------------------------------------
//[6086]
type record RecvInfo {
   FieldName fieldName(RECV_INFO_E),
   InfoPackage_List infoPackageList
}

//[6086]
type record InfoPackage {
   FieldName fieldName(INFO_PACKAGE_E),
   InfoPackage_Type infoPackageType
}

//[2616]
type record Host {
    FieldName fieldName(HOST_E),
    charstring host, // an empty value is represented by the empty charstring ""
    integer portField optional
}

---------------------------------------------------
type set of InfoPackage_Type InfoPackage_List;
                    
type record InfoPackage_Type {
    charstring infoPackageName,
    SemicolonParam_List infoPackageParams optional
}
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0013568)
Axel Rennoch (manager)
08-12-2015 10:42

Modification done in LibSip_SIPTypesAndValues.ttcn; the modification can be referred using the tag 3.0.1 (%2Ftags%2Fv3.0.1%2Fttcn%2FLibSip_SIPTypesAndValues.ttcn [^]).
(0013569)
Axel Rennoch (manager)
08-12-2015 10:43

siplib version (tag 3.0.1) includes the modifications

- Issue History
Date Modified Username Field Change
30-11-2015 17:27 Axel Rennoch New Issue
30-11-2015 17:27 Axel Rennoch Status new => assigned
30-11-2015 17:27 Axel Rennoch Assigned To => Axel Rennoch
08-12-2015 10:42 Axel Rennoch Note Added: 0013568
08-12-2015 10:43 Axel Rennoch Note Added: 0013569
08-12-2015 10:43 Axel Rennoch Status assigned => closed
08-12-2015 10:43 Axel Rennoch Resolution open => fixed


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