Commit 9b64ae79 authored by lengyelb's avatar lengyelb
Browse files

Merge branch...

Merge branch '28.541_Rel19_CR1404_Add_roaming_exchange_capability_information_to_NWDAFFunction_YANG' into 'Integration_Rel19_SA5_158_YANG'

28.541 rel19 cr1404 add roaming exchange capability information to nwdaf function yang

See merge request !1512
parents 090990a0 f3687e55
Loading
Loading
Loading
Loading
Loading
+23 −1
Original line number Diff line number Diff line
@@ -73,6 +73,14 @@ module _3gpp-5gc-nrm-nwdaffunction {
        description "It indicate whether the NWDAF supports analytics metadata 
          provisioning:";
      } 

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

  }

  grouping MlAnalyticsInfoGrp {
@@ -370,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" {