

En ce qui concerne le 210, c'est plus optimiste. J'ai un scenario 
(checkAuth.scn) qui teste les cas au sol.
Par contre, les steps du scenario ne correspondent pas a ceux du doc.

La topologie testee est la suivante:

ABIS v1 <-> AGBIS v2 <-> GBIS v2 + v1 <-> AGBIS v1 <-> ABIS v2

donc, a peu pres toute la combinatoire.

Dans checkAuth.scn, les STEP sont les suivants:

STEP1: 
Mobile IDRP connection between Node1 (ABIS v1) and Node2 (AGBIS v2)
-> IDRP connection establish with Auth type 1

STEP2:
Ground IDRP connection between Node2 (AGBIS v2) and Node3 (GBIS v2)
 -> IDRP connection establish with Auth type 2

STEP3:
Ground IDRP connection between Node3 (GBIS v2) and Node4 (GBIS v1)
 -> IDRP connection fails to establish (incompatible auth type)

STEP4:
Ground IDRP connection between Node3 (GBIS v1) and Node4 (GBIS v1)
 -> IDRP connection establish with Auth type 1

STEP 5:
Mobile IDRP connection between Node4 (AGBIS v1) and Node5 (ABIS v2)
Node 5 is configured to accept only auth. type 2
-> IDRP connection fails to establish

STEP 6:
Mobile IDRP connection between Node4 (AGBIS v1) and Node5 (ABIS v2)
Node 5 is configured to accept auth. type 2 and type 1
-> IDRP connection establish with Auth type 1

Donc, :
  AVE-210-01 correspond aux steps 2 et 4
  AVE-210-02 correspond aux step 3

