Commit b822d6f9 authored by tepelmann's avatar tepelmann
Browse files

Implemented BCA testcases.

Added templates for BAA test cases.
Minor changes.
parent 14909549
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -24,6 +24,8 @@ module LibItsGeoNetworking_TypesAndValues {
        const charstring c_compNodeB := "NodeB";
        const charstring c_compNodeB := "NodeB";
        const charstring c_compNodeC := "NodeC";
        const charstring c_compNodeC := "NodeC";
        const charstring c_compNodeD := "NodeD";
        const charstring c_compNodeD := "NodeD";
        const charstring c_compNodeE := "NodeE";
        const charstring c_compNodeF := "NodeF";
        
        
        const charstring c_area1 := "AREA1";
        const charstring c_area1 := "AREA1";
        const charstring c_area2 := "AREA2";
        const charstring c_area2 := "AREA2";
+45 −45

File changed.

Contains only whitespace changes.