Commit c81bd95a authored by tepelmann's avatar tepelmann
Browse files

Use different GN address mids for the different tester nodes as default.

parent 380b2f6e
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := c_6ZeroBytes
                mid := int2oct(10,6)
            };
            
            /**
@@ -37,7 +37,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := c_6ZeroBytes
                mid := int2oct(11,6)
            };
            
            /**
@@ -48,7 +48,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := c_6ZeroBytes
                mid := int2oct(12,6)
            };
            
            /**
@@ -59,7 +59,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := c_6ZeroBytes
                mid := int2oct(13,6)
            };
            
            /**
@@ -70,7 +70,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := c_6ZeroBytes
                mid := int2oct(14,6)
            };
            
            /**
@@ -81,7 +81,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := c_6ZeroBytes
                mid := int2oct(15,6)
            };

        } // end gnAddresses