Commit 70e2d2ee authored by Yann Garcia's avatar Yann Garcia
Browse files

Reorganize Blackbox/PartiallyTransparent groups

parent aedf1396
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -193,6 +193,10 @@ Package AtsMDSC {

        Group "Blackbox" {

        } // End of Group "Blackbox"

        Group "PartiallyTransparent" {

            Group "MWTopologyDiscovery" {

                import all from mWT_Common;
@@ -1419,10 +1423,6 @@ Package AtsMDSC {

            } // End of Group "EthernetService"

        } // End of Group "Blackbox"

        Group "PartiallyTransparent" {

        } // End of Group "PartiallyTransparent"

    } // End of Group "pnc"
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Package ietf_eth_tran_types {
            bandwidth_profile_name of type string,
            bandwidth_profile_type of type BandwidthProfileType
        ;
        collection of NamedBandwidthProfile NamedBandwidthProfiles
        type NamedBandwidthProfiles; // List of NamedBandwidthProfile

        type EthtSvcInstance with
            etht_svc_name of type string,
@@ -25,7 +25,7 @@ Package ietf_eth_tran_types {
            etht_svc_type of type service_type,
            etht_svc_lifecycle of type lifecycle_status
        ;
        collection of EthtSvcInstance EthtSvcInstances
        type EthtSvcInstances; // List of EthtSvcInstance

        type EthtSvc with
            globals of type Globals,
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ Package mWT_Common {
            - send
            - sends
            - receives
            - having
            - created
        ;

    }