Commit e7ae4bd9 authored by berge's avatar berge
Browse files

Fixed TODOs related to manually configured GVLs

parent 2ed2002f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ module LibItsIpv6OverGeoNetworking_Functions {
    
    group testAdapter {
        
        function f_taUpdateInterfaces() {
        function f_acUpdateInterfaces() {
            
            //TODO
            
+1 −6
Original line number Diff line number Diff line
@@ -43,11 +43,6 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues {
        const integer c_automaticGvl2 := 2;
        const integer c_automaticGvl3 := 3;
    
        const charstring c_areaGvl0 := "GVL0";
        const charstring c_areaGvl1 := "GVL1";
        const charstring c_areaGvl2 := "GVL2";
        const charstring c_areaGvl3 := "GVL3";
                                
    } // end ipv6OverGeoConfigurationValues

    group ethernet {