Commit def924ff authored by cintiarosa's avatar cintiarosa
Browse files

correcting definition of callbackUriPrefixList accroding to stage2

parent ed40c793
Loading
Loading
Loading
Loading
Loading
+24 −2
Original line number Diff line number Diff line
@@ -241,14 +241,15 @@ module _3gpp-5gc-nrm-nfservice {
      //optional support
      type string;
    }
    leaf-list callbackUriPrefixList {
    list callbackUriPrefixList {
      description "It indicates the optional path segment(s) used to construct
        the prefix of the Callback URIs during the reselection of an NF
        service consumer.";
      //optional support
      reference "3GPP TS 29.501 [23], clause 4.4.3.";
      type inet:uri;
      key callbackUriPrefix;
      min-elements 1;
      uses CallbackUriPrefixItemGrp;
    }
    leaf supportedFeatures {
      description "It is a string, which indicates the features of the service
@@ -396,6 +397,27 @@ module _3gpp-5gc-nrm-nfservice {
     }      
  }      
  
  grouping CallbackUriPrefixItemGrp {
    description "This <<dataType>> represents Callback URI prefix value to
      be used for specific notification types.";
    reference "3GPP TS 29.510 clause 6.1.6.2.127";

    leaf callbackUriPrefix {
      description "It indicates the optional path segment(s) used to
        construct the prefix of the Callback URIs during the reselection
        of an NF service consumer.";
      mandatory true;
      type inet:uri;
      reference "3GPP TS 29.501 clause 4.4.3";
    }

    leaf-list notificationTypes {
      description "List of notification type values using the callback
        URI prefix of the callbackUriPrefix.";
      type string;
    }
  }

  grouping ipEndPoint {
    choice address {
      leaf ipv4Address {