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
0006897GeoNetworkingATSpublic05-03-2015 08:4205-03-2015 09:42
Reportertepelmann 
Assigned Totepelmann 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product VersionNext Release 
Target VersionNext ReleaseFixed in Version 
Summary0006897: UtGnEventInd handling is not working
DescriptionThe handling of UtGnEventInd and the checks inside the test cases are incorrect:

UtGnEventInd will carry the raw payload, however in the test cases we will try to match this with a decoded payload which was sent before.

E.g. for sending we use f_adaptPayload_m to get the payload to send:
            if(PX_GN_UPPER_LAYER == e_btpA) {
                v_payload := { decodedPayload := { btpPacket := m_btpA({ decodedPayload := omit, rawPayload := p_finalPayload })}, rawPayload := ''O};
                return v_payload;
            }

So the rawPayload will be ''O in this case.

For checking we use:
...not match(vc_utInds[i].rawPayload, v_gnPacket.gnPacket.packet.payload.rawPayload)...

Assuming receiving 0x00010001CAFE, the testcase will try to match ''O with '00010001CAFE'O.

TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0012807)
tepelmann (developer)
05-03-2015 09:41

The sent payload is now encoded for matching the received rawPayload from UtGnEventInd.

- Issue History
Date Modified Username Field Change
05-03-2015 08:42 tepelmann New Issue
05-03-2015 09:41 tepelmann Note Added: 0012807
05-03-2015 09:41 tepelmann Status new => resolved
05-03-2015 09:41 tepelmann Resolution open => fixed
05-03-2015 09:41 tepelmann Assigned To => tepelmann


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