ETSI's Bug Tracker - DENM
View Issue Details
0007208DENMATSpublic27-10-2015 08:3623-11-2016 14:12
Alexandre Berge 
Sebastian Muellers 
normalminorhave not tried
resolvedfixed 
Test_Spec_TS102869_v1.4.1 
Next Release 
0007208: DenmInd's "lower-layer" fields should not be optional
Those fields are appended by the Test Adapter (CamPort in this case) to provide information about lower layer (mainly in order to know GN's packet type and BTP destination port). In our implementation of the Codec, they are obviously considered as non optional.
The TTCN-3 declaration is faulty here, those fields should not be optional:

type record DenmInd {
    DENM msgIn,
    UInt8 gnNextHeader,
    UInt8 gnHeaderType,
    UInt8 gnHeaderSubtype,
    UInt32 gnLifetime,
    UInt8 gnTrafficClass,
    UInt16 btpDestinationPort,
    UInt16 btpInfo
}
with {
    encode (msgIn) "LibItsDenm_asn1"
}
No tags attached.
related to 0007207resolved Sebastian Muellers CAM CamInd's "lower-layer" fields should not be optional 
Issue History
27-10-2015 08:36Alexandre BergeNew Issue
27-10-2015 08:37Alexandre BergeRelationship addedrelated to 0007207
16-11-2015 10:10Sebastian MuellersProduct Version => Test_Spec_TS102869_v1.4.1
16-11-2015 10:10Sebastian MuellersTarget Version => Next Release
23-11-2016 14:12Sebastian MuellersNote Added: 0014343
23-11-2016 14:12Sebastian MuellersStatusnew => resolved
23-11-2016 14:12Sebastian MuellersResolutionopen => fixed
23-11-2016 14:12Sebastian MuellersAssigned To => Sebastian Muellers

Notes
(0014343)
Sebastian Muellers   
23-11-2016 14:12   
has been implemented