Commit 796c0737 authored by lengyelb's avatar lengyelb
Browse files

added a number of invariant markers 1

parent ee621fb1
Loading
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -43,6 +43,19 @@ module _3gpp-5g-common-yang-types {
    }
  }
    
  grouping PlmnIdNid {
    description "Represents the SCP domain specific information as defined 
      in TS 29.510 ";
    uses types3gpp:PLMNId;
    
    leaf nid {
      type string;
      description "This attribute represents network Identity; 
        Shall be present if PlmnIdNid identifies an SNPN. 
        (see clauses 5.30.2.3, 5.30.2.9, 6.3.4, and 6.3.8 in TS 23.501";
    }
  }

  grouping PLMNInfo {
    description "The PLMNInfo data type define a S-NSSAI member in a specific 
      PLMNId, and it have two attributes PLMNId and S-NSSAI (PLMNId, S-NSSAI). 
+0 −1
Original line number Diff line number Diff line

module _3gpp-5gc-nrm-ausffunction {
  yang-version 1.1;
  
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ module _3gpp-5gc-nrm-externalseppfunction {
  import _3gpp-common-managed-function { prefix mf3gpp; }
  import _3gpp-common-managed-element { prefix me3gpp; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-yang-extensions { prefix yext3gpp; }
  import _3gpp-common-top { prefix top3gpp; }
  import ietf-inet-types { prefix inet; }
  
@@ -30,11 +31,13 @@ module _3gpp-5gc-nrm-externalseppfunction {
      description "PLMN Identifiers of the sepp.
        The PLMN Identifier is composed of a Mobile Country Code (MCC) and a 
        Mobile Network Code (MNC).";
      yext3gpp:inVariant;
      uses types3gpp:PLMNId;
    }

    leaf sEPPId {
      type uint16;
      yext3gpp:inVariant;
    }    

    leaf fqdn {
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ module _3gpp-5gc-nrm-neffunction {
  import _3gpp-common-managed-function { prefix mf3gpp; }
  import _3gpp-common-managed-element { prefix me3gpp; }
  import ietf-inet-types { prefix inet; }
  import _3gpp-common-yang-extensions { prefix yext3gpp; }
  import _3gpp-common-top { prefix top3gpp; }
  import _3gpp-5g-common-yang-types { prefix types5g3gpp; }
  
@@ -51,6 +52,7 @@ module _3gpp-5gc-nrm-neffunction {
    
    leaf isCAPIFSup {
      type boolean;
      yext3gpp:inVariant;
    }
    
  }
+25 −110

File changed.

Preview size limit exceeded, changes collapsed.

Loading