Commit 7e420064 authored by tepelmann's avatar tepelmann
Browse files

Aligned default value for MID and in GN address in module parameters...

Aligned default value for MID and in GN address in module parameters PX_TS_NODE_.._LOCAL_GN_ADDR and TA configuration LinkLayer_Node..
parent fc912de2
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 := int2oct(10,6)
                mid := 'CAFECAFE0001'O
            };
            
            /**
@@ -37,7 +37,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := int2oct(11,6)
                mid := 'CAFECAFE0002'O
            };
            
            /**
@@ -48,7 +48,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := int2oct(12,6)
                mid := 'CAFECAFE0003'O
            };
            
            /**
@@ -59,7 +59,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := int2oct(13,6)
                mid := 'CAFECAFE0004'O
            };
            
            /**
@@ -70,7 +70,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := int2oct(14,6)
                mid := 'CAFECAFE0005'O
            };
            
            /**
@@ -81,7 +81,7 @@ module LibItsGeoNetworking_Pixits {
                typeOfAddress := e_manual,
                stationType := e_passengerCar,
                stationCountryCode := c_uInt10Zero,
                mid := int2oct(15,6)
                mid := 'CAFECAFE0006'O
            };

        } // end gnAddresses