Commit 07f79c78 authored by lengyelb's avatar lengyelb
Browse files

first part of S5-214053

parent 3cc47821
Loading
Loading
Loading
Loading
+44 −1
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ module _3gpp-5g-common-yang-types {
    network slicing.";
  reference "3GPP TS 28.541";

  revision 2021-08-05 { reference S5-214053/CR-0518; }
  revision 2020-11-05 { reference CR-0412 ; }
  revision 2019-10-20 { reference "Initial version."; }
 
@@ -72,7 +73,8 @@ module _3gpp-5g-common-yang-types {

      enum INDIRECT_COMMUNICATION_WITH_DEDICATED_DISCOVERY {
        value 3;
        description "Communication to NF service discovered by NRF through SCP as a proxy.";
        description "Communication to NF service discovered by NRF through SCP 
          as a proxy.";
      }

    }
@@ -102,4 +104,45 @@ module _3gpp-5g-common-yang-types {
    }  
  }

  typedef EnergySavingLoadThresholdT {
    type uint32 {
      range 0..10000;
    }
    units 1/10000;
  }

  typedef EnergySavingTimeDurationT {
    type uint32 {
      range 0..900;
    }
    units seconds;
  }

  typedef PhysCellID {
    type uint32 { 
      range "0..1007"; 
    }
    reference "clause 7.4.2 of TS 38.211";
  }

  typedef UTC24TimeOfDayT {
    description "Time of day in HH:MM or H:MM 24-hour format per UTC 
      time zone.";
    type string {
      pattern "(([01]?[0-9])|(2[0-3])):([0-5][0-9])";
    }
  }

  typedef DayOfWeekT {
    type enumeration {
      enum Monday;
      enum Tuesday;
      enum Wednesday;
      enum Thursday;
      enum Friday;
      enum Saturday;
      enum Sunday;
    }
  }

}
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@ module _3gpp-ns-nrm-networkslice {
    Information model definitions for network slice NRM (chapter 6)
    ";

  revision 2020-06-02 {
    reference "CR-0485, CR-0508";
  }

  revision 2020-02-19 {
    description "Introduction of YANG definitions for network slice NRM";
    reference "CR-0458";
+5 −0
Original line number Diff line number Diff line
@@ -23,6 +23,11 @@ module _3gpp-ns-nrm-networkslicesubnet {
    Information model definitions for network slice NRM (chapter 6)
    ";

  revision 2021-05-05 {
    description "replace perfReq with 3 new datatypes xxxSliceSubnetProfile";
    reference "CR-0485";
  }

  revision 2020-02-19 {
    description "Introduction of YANG definitions for network slice NRM";
    reference "CR-0458";