Commit f1ca7e31 authored by lengyelb's avatar lengyelb
Browse files

Correcting common revision statements

parent 4d4a1907
Loading
Loading
Loading
Loading
Loading
+13 −4
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ module _3gpp-nr-nrm-ep {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-10-01 { reference CR-1617 ; } 
  revision 2025-11-07 { reference "CR-1640 CR-1643"; } // common for R19, R20
  revision 2025-10-01 { reference "CR-1616 CR-1617" ; } 
  revision 2025-05-06 { reference "CR-1526 CR-1527" ; }  // common for R18, R19
  revision 2023-09-18 { reference CR-1043 ; } 
  revision 2022-01-07 { reference CR-0643; }
@@ -152,9 +153,17 @@ module _3gpp-nr-nrm-ep {
    uses EP_F1CSubtree;

    list EP_NgC {
      description "Represents the local end point of the control plane
        interface (NG-C) between the gNB and AMF.";
      reference "3GPP TS 28.541, 3GPP TS 38.470";
      description "This IOC represents the local end point of the control 
        plane interface (NG-C) between the gNB and AMF or the gNB and AIOTF. 
        The transport network layer is built on IP transport. For the reliable 
        transport of signalling messages, SCTP is added on top of IP. 
        The application layer signalling protocol is referred to as NG-AP 
        (NG Application Protocol).

        3GPP TS 38.470 noted that 'one gNB-CU and a set of gNB-DUs are 
        visible to other logical nodes as a gNB or an en-gNB where the gNB 
        terminates the Xn and the NG interfaces, and the en-gNB terminates 
        the X2 and the S1-U interfaces'.";
      key id;
      uses top3gpp:Top_Grp;
      container attributes {    
+3 −2
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ module _3gpp-nr-nrm-nrcelldu {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-11-07 { reference "CR-1640 CR-1643"; } // common for r19, r20
  revision 2025-07-25 { reference CR-1558 ; }
  revision 2025-02-07 { reference CR-1442; }
  revision 2024-05-25 { reference CR-1412 ; }
@@ -340,8 +341,8 @@ module _3gpp-nr-nrm-nrcelldu {
    }

    leaf-list nRSectorCarrierRef {
      description "Reference to corresponding NRSectorCarrier instance.";
      min-elements 1;
      description "This attribute contains the DN of the referenced 
        NRSectorCarrier.";
      type types3gpp:DistinguishedName;
    }