Commit ed8338af authored by scottma's avatar scottma
Browse files

Update _3gpp-5gc-nrm-amffunction.yang

parent babe2d20
Loading
Loading
Loading
Loading
Loading
+18 −2
Original line number Diff line number Diff line
@@ -11,14 +11,17 @@ module _3gpp-5gc-nrm-amffunction {
  import ietf-yang-types { prefix yang; }
  import _3gpp-common-top { prefix top3gpp; }
  import _3gpp-5gc-nrm-nfprofile { prefix nfp3gpp; }
  import _3gpp-nr-nrm-ntnfunction { prefix ntn3gpp; }


  organization "3gpp SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "AMFFunction derived from basic ManagedFunction.
    Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, 
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";
  
  revision 2025-03-27 { reference CR-1512; }
  revision 2024-11-01 { reference CR-1405; }
  revision 2024-10-06 { reference CR-1389; }
  revision 2024-04-04 { reference CR-1139; }
@@ -453,8 +456,12 @@ module _3gpp-5gc-nrm-amffunction {
    }
  }
  
  
  grouping AMFFunctionGrp {
    description "Represents the AMFFunction IOC";
    description "Represents the AMFFunction IOC.
    This IOC contains instances of NTNTimeBasedConfig to support 
    time-based configuration of the following NTN related entities:  
    AMFFunction, SMFFunction, UPFFunction, LMFFunction and EP_N2.";
    uses mf3gpp:ManagedFunctionGrp;

    list pLMNInfoList {
@@ -580,6 +587,15 @@ module _3gpp-5gc-nrm-amffunction {
      type types3gpp:DistinguishedName;
      description "This is the DN of AMFSet";
    }

    list NTNTimeBasedConfig {
        description "This is the NTN time-based configuration.";
        key id;
        uses top3gpp:Top_Grp;
        container attributes {
          uses ntn3gpp:NTNTimeBasedConfigGrp;
        }
      }
  }
  
  augment "/me3gpp:ManagedElement" {