ETSI's Bug Tracker - SIP Library
View Issue Details
0007230SIP LibraryNew releasepublic30-11-2015 17:2708-12-2015 10:43
Axel Rennoch 
Axel Rennoch 
highmajorhave not tried
closedfixed 
Next Release 
Next Release 
0007230: Extension of SIP header field list
New 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
}
No tags attached.
Issue History
30-11-2015 17:27Axel RennochNew Issue
30-11-2015 17:27Axel RennochStatusnew => assigned
30-11-2015 17:27Axel RennochAssigned To => Axel Rennoch
08-12-2015 10:42Axel RennochNote Added: 0013568
08-12-2015 10:43Axel RennochNote Added: 0013569
08-12-2015 10:43Axel RennochStatusassigned => closed
08-12-2015 10:43Axel RennochResolutionopen => fixed

Notes
(0013568)
Axel Rennoch   
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   
08-12-2015 10:43   
siplib version (tag 3.0.1) includes the modifications