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
0006126GeoNetworkingCodecpublic15-06-2012 09:1420-02-2015 14:39
ReporterAlexandre Berge 
Assigned Touser447 
PrioritynormalSeveritycrashReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in VersionNext Release 
Summary0006126: Payload decoding must always be successfull
DescriptionPayload decoding is out of the scope of this test suite. It shall always be successfull.

If GN packet's payload length field is incorrect, warning shall be printed and payload decoded as octetstring instead of raising ArrayOutOfBound Exception.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0010639)
Alexandre Berge (administrator)
21-06-2012 16:16

TTCN-3 script modified to allow for a mor flexible handling of payload:

group geoNetworkingPayload {
        
        /**
         * @desc The payload of the GN packet
         * @member decodedPayload The decoded payload
         * @member rawPayload Raw payload as it is received
         */
        type record Payload {
            DecodedPayload decodedPayload optional,
            octetstring rawPayload
        }

        /**
         * @desc The decoded payload of the GN packet
         * @member ipv6Packet The IPv6 packet
         * @member btpPacket BTP packet
         */
        type union DecodedPayload {
            Ipv6Packet ipv6Packet,
            BtpPacket btpPacket
        }
        
    } //end group geoNetworkingPayload
(0012772)
Sebastian Muellers (administrator)
20-02-2015 14:39

start of new project

- Issue History
Date Modified Username Field Change
15-06-2012 09:14 Alexandre Berge New Issue
21-06-2012 16:16 Alexandre Berge Note Added: 0010639
21-06-2012 16:20 Alexandre Berge Status new => assigned
21-06-2012 16:20 Alexandre Berge Assigned To => user447
28-06-2012 09:24 user447 Status assigned => resolved
28-06-2012 09:24 user447 Fixed in Version => Next Release
28-06-2012 09:24 user447 Resolution open => fixed
20-02-2015 14:39 Sebastian Muellers Note Added: 0012772
20-02-2015 14:39 Sebastian Muellers Status resolved => closed


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