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
0000009IPv6 Testing Conformance (TTCN3 + TPs)Test Case (TTCN3)public31-08-2006 15:4504-03-2016 11:17
Reporteruser9 
Assigned ToAlexandre Berge 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Summary0000009: TC_COR_1059_01 Routing Header address swapping error
DescriptionIn the test-case TC_COR_1059_01, the Echo Request with Routing Header sent by the 1st test-component, v_refHs01, is expected to be forwarded by the IUT, and is thus, received by the 2nd test-component, v_refHs02.

In your test-case, the address in the Routing Header of the received (forwarded) Echo Request is same as the address passed in the Routing Header of the original (sent) Echo Request, viz. v_paramsHs02.gla i.e., the Global Unicast Address of Host 2, which is our final destination. But as per RFC-2460, when the IPv6 Packet carrying Routing Header of Type 0 reaches an Address[i] in the Routing Header, the IPv6 Destination Address and the Address[i] are swapped.

Hence, the received (forwarded) Echo Request should contain the previous IPv6 Destination Address, viz. PX_GLA_IUT_A, in its Routing Header. (Please note that we will have to use the Module-Parameter PX_GLA_IUT_A instead of accessing the address of IUT_A through the CfMessage, as in the CfMessage passed to the 2nd test-component v_refHs02, the IUT’s Global Unicast Address is that of IUT_B, viz. PX_GLA_IUT_B.)

 

RFC Text: if Address [i] or the IPv6 Destination Address is multicast {

                                   discard the packet

                             }

                            else {

                                   swap the IPv6 Destination Address and Address[i]

 

TagsNo tags attached.
Cor - Mob - Sec - Trans
Attached Files

- Relationships
related to 0000012resolvedAlexandre Berge TP_COR_1059_01 

-  Notes
(0000002)
user10
31-08-2006 16:16

Correct, our code does not swap the addresses although it should.
Reply sent Wed 30/08/2006 11:28
(0000213)
Alexandre Berge (administrator)
07-11-2006 16:15

I had to fix it a different way (I recomputed the address of IUT on Net A), because PX_GLA_IUT_A is not available anymore (change in config handling).
(0013875)
Yann Garcia (reporter)
04-03-2016 10:03

STF507 week#9:
. Implement additional TPs
. Review of the PICS, TSS&TPs & PIXITs documents
. Start validation using simulation
. Minor bug fixed in TA
U /branches/STF507/ttcn/AtsSecurity/AtsSecurity_Functions.ttcn3 [^]
U /branches/STF507/ttcn/AtsSecurity/ItsSecurity_TestCases.ttcn3 [^]
U /branches/STF507/ttcn/AtsSecurity/ItsSecurity_TestControl.ttcn3 [^]
(0013876)
Yann Garcia (reporter)
04-03-2016 10:03

STF507 week#9:
. Implement additional TPs
. Review of the PICS, TSS&TPs & PIXITs documents
. Start validation using simulation
. Minor bug fixed in TA
U /branches/STF507/ttcn/Security/LibItsSecurity_Functions.ttcn3 [^]
U /branches/STF507/ttcn/Security/LibItsSecurity_Templates.ttcn3 [^]
U /branches/STF507/ttcn/Security/LibItsSecurity_TestSystem.ttcn3 [^]
U /branches/STF507/ttcn/Security/LibItsSecurity_TypesAndValues.ttcn3 [^]
(0013877)
Yann Garcia (reporter)
04-03-2016 10:06

STF507 week#9:
. Implement additional TPs
. Review of the PICS, TSS&TPs & PIXITs documents
. Start validation using simulation
. Minor bug fixed in TA
TODO: Logs should be commented later
U /branches/STF507/javasrc/adapter/org/etsi/its/adapter/PcapMultiplexer.java [^]
U /branches/STF507/javasrc/adapter/org/etsi/its/adapter/SecurityHelper.java [^]
U /branches/STF507/javasrc/adapter/org/etsi/its/adapter/layers/EthernetLayer.java [^]
U /branches/STF507/javasrc/adapter/org/etsi/its/adapter/layers/GnLayer.java [^]
U /branches/STF507/javasrc/adapter/org/etsi/its/adapter/ports/GnPort.java [^]
(0013878)
Yann Garcia (reporter)
04-03-2016 11:17

STF507 week#9:
. Implement additional TPs
. Review of the PICS, TSS&TPs & PIXITs documents
. Start validation using simulation
. Minor bug fixed in TA
TODO: Logs should be commented later
U /branches/STF507/javasrc/adapter/org/etsi/its/adapter/SecurityHelper.java [^]
U /branches/STF507/javasrc/adapter/org/etsi/its/adapter/layers/GnLayer.java [^]
U /branches/STF507/javasrc/adapter/org/etsi/its/adapter/ports/GnPort.java [^]
U /branches/STF507/javasrc/adapter/org/etsi/its/adapter/ports/UpperTesterPort.java [^]

- Issue History
Date Modified Username Field Change
31-08-2006 15:45 user8 New Issue
31-08-2006 15:56 user1 Reporter user8 => user9
31-08-2006 15:56 user1 Category => Test Case
31-08-2006 16:16 user10 Note Added: 0000002
31-08-2006 16:16 user10 Status new => acknowledged
31-08-2006 16:52 user10 Relationship added related to 0000012
31-08-2006 18:03 user10 Project @2@ => @3@
22-09-2006 14:45 user1 Source (company - Author) => Huawey
07-11-2006 11:25 Alexandre Berge Assigned To => Alexandre Berge
07-11-2006 11:25 Alexandre Berge Status acknowledged => confirmed
07-11-2006 11:26 Alexandre Berge Status confirmed => assigned
07-11-2006 16:15 Alexandre Berge Status assigned => resolved
07-11-2006 16:15 Alexandre Berge Fixed in Version => Next Release
07-11-2006 16:15 Alexandre Berge Resolution open => fixed
07-11-2006 16:15 Alexandre Berge Note Added: 0000213
12-09-2007 18:48 user10 Project @3@ => IPv6 Testing Conformance (TTCN3 + TPs)
04-03-2016 10:03 Yann Garcia Checkin
04-03-2016 10:03 Yann Garcia Note Added: 0013875
04-03-2016 10:03 Yann Garcia Checkin
04-03-2016 10:03 Yann Garcia Note Added: 0013876
04-03-2016 10:06 Yann Garcia Checkin
04-03-2016 10:06 Yann Garcia Note Added: 0013877
04-03-2016 11:17 Yann Garcia Checkin
04-03-2016 11:17 Yann Garcia Note Added: 0013878


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