Commit 5d379f3b authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

small description correction

parent acf95ad1
Loading
Loading
Loading
Loading
+11 −5
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ module _3gpp-5gc-nrm-neffunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541";

  revision 2025-07-25 { reference CR-1558 ; }
  revision 2025-03-25 { reference CR-1489 ; }
  revision 2025-01-25 { reference CR-1442 ; } 
  revision 2024-05-18 { reference CR-1273 ; } 
@@ -39,11 +40,16 @@ module _3gpp-5gc-nrm-neffunction {
    leaf dnn {
      type string;
      mandatory true;
      description "It represents supported DNN or Wildcard DNN if the NF 
        supports all DNNs for the related S-NSSAI. The DNN shall contain the 
        Network Identifier and it may additionally contain an Operator 
        Identifier. If the Operator Identifier is not included, the DNN is 
        supported for all the PLMNs in the plmnList of the NF Profile.";
      description "String representing a Data Network as defined in clause 9A 
        of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, 
        or a full DNN with both the Network Identifier and Operator Identifier, 
        as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be 
        coded as string in which the labels are separated by dots 
        (e.g. 'Label1.Label2.Label3'). 

        Whether the dnn data type contains just the DNN Network Identifier, or 
        the Network Identifier plus the Operator Identifier, shall be 
        documented in each API where this data type is used.";
    }
  }