Commit 76ce2f33 authored by rosabolzek's avatar rosabolzek Committed by lengyelb
Browse files

correct pyang errors

parent aeac78ff
Loading
Loading
Loading
Loading
+11 −5
Original line number Diff line number Diff line
@@ -14,6 +14,12 @@ module _3gpp-5gc-nrm-nrffunction {
  import _3gpp-5gc-nrm-udrfunction { prefix udr3gpp; }
  import _3gpp-5gc-nrm-udmfunction { prefix udm3gpp; }
  import _3gpp-5gc-nrm-ausffunction { prefix ausf3gpp; }
  import _3gpp-5gc-nrm-amffunction { prefix amf3gpp;}
  import _3gpp-5gc-nrm-smffunction { prefix smf3gpp;}
  import _3gpp-5gc-nrm-upffunction { prefix upf3gpp;}
  import _3gpp-5gc-nrm-pcffunction { prefix pcf3gpp;}


  organization "3gpp SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This IOC represents the NRF function in 5GC.
@@ -77,7 +83,7 @@ module _3gpp-5gc-nrm-nrffunction {
        }
        
        min-elements 1;
        uses AusfInfoGrp;
        uses ausf3gpp:AusfInfoGrp;
      }
      
      list servedAmfInfo {
@@ -93,7 +99,7 @@ module _3gpp-5gc-nrm-nrffunction {
        }
        
        min-elements 1;
        uses amfInfo;
        uses amf3gpp:AmfInfoGrp;
      }
      
      list servedSmfInfo {
@@ -109,7 +115,7 @@ module _3gpp-5gc-nrm-nrffunction {
        }
        
        min-elements 1;
        uses SmfInfoGrp;
        uses smf3gpp:SmfInfoGrp;
      }
      
      list servedUpfInfo {
@@ -125,7 +131,7 @@ module _3gpp-5gc-nrm-nrffunction {
        }
        
        min-elements 1;
        uses upfInfo;
        uses upf3gpp:UpfInfoGrp;
      }
      
      list servedPcfInfo {
@@ -141,7 +147,7 @@ module _3gpp-5gc-nrm-nrffunction {
        }
        
        min-elements 1;
        uses pcfInfo;
        uses pcf3gpp:pcfInfoGrp;
      }
      
      list servedBsfInfo {