Commit 928df793 authored by rosabolzek's avatar rosabolzek Committed by lengyelb
Browse files

aligne correct S5-252333 Rel-19 CR TS 28.541 Correct stage2 and stage3...

aligne correct S5-252333 Rel-19 CR TS 28.541 Correct stage2 and stage3 definition for attribute allowedTime in MWAB
parent 9a59bfb8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -333,6 +333,9 @@ module _3gpp-nr-nrm-gnbcucpfunction {

    leaf mWABRef {
      type types3gpp:DistinguishedName;
      description "This attribute represents the MWAB functionality
      (See sub clause 5.49 [11]). This attribute contains the DN of the 
      referenced MWAB.";
    }
  }

+9 −8
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ module _3gpp-nr-nrm-mwab {
  namespace "urn:3gpp:sa5:_3gpp-nr-nrm-mwab";
  prefix "mwab3gpp";

  import ietf-yang-types { prefix yang; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-top { prefix top3gpp; }

@@ -49,13 +48,15 @@ module _3gpp-nr-nrm-mwab {
      uses types3gpp:GeoAreaGrp;
    }

    leaf-list allowedTime {
      description "This species the time window for which the MWAB can act as
        MWAB-gNB. If the allowed time window/validity indicates 20th June, 
        10 am to 5 pm of the day, the MWAB acts as an MWAB g-NB only during 
        20th June, 10 am to 5 pm of the day, and does not act as MWAB-gNB for 
        any other time. (See sub clause 5.49 TS 28.662).";
      type yang:date-and-time;
    list allowedTime {
      description "This specifies the time window for which the MWAB can act
      as MWAB-gNB. If the allowed time window/ validity indicates 20th June, 
      10 am to 5 pm of the day, the MWAB acts as an MWAB g-NB only during 20th
      June, 10 am to 5 pm of the day, and does not act as MWAB-gNB for any 
      other time. (See sub clause 5.49 [11]).";
      key idx;
      leaf idx { type uint32 ; }
      uses types3gpp:TimeWindowGrp;
    }
  }