Commit 4c73e499 authored by Zhen Li's avatar Zhen Li Committed by lengyelb
Browse files

Update file _3gpp-5gc-nrm-nwdaffunction.yang

parent 76f2f495
Loading
Loading
Loading
Loading
Loading
+19 −11
Original line number Diff line number Diff line
@@ -74,19 +74,13 @@ module _3gpp-5gc-nrm-nwdaffunction {
          provisioning:";
      } 

      leaf roamingAnalytics {
      leaf roamingExchange {
        type boolean ;
        default false;
        description "It indicates whether the NWDAF supports 
         Nnwdaf_RoamingAnalytics service";
        description "It indicates whether the NWDAF
         supports roaming exchange capability";
      }       

      leaf roamingData {
        type boolean ;
        default false;
        description "It indicates whether the NWDAF supports Nnwdaf_RoamingData 
          service";
      }    
  }

  grouping MlAnalyticsInfoGrp {
@@ -384,6 +378,20 @@ module _3gpp-5gc-nrm-nwdaffunction {
        decomposition, in that case the NWDAF only supports the analytics 
        services.";
    }

    leaf roamingAnalytics {
      type boolean ;
      config false;
      description "It indicates whether the NWDAF supports 
         Nnwdaf_RoamingAnalytics service";
      }

    leaf roamingData {
      type boolean ;
      config false;
      description "It indicates whether the NWDAF supports 
      Nnwdaf_RoamingData service";
      }    
  }
  
  augment "/me3gpp:ManagedElement" {