Commit fb8b236b authored by lengyelb's avatar lengyelb
Browse files

mapping of S5-260122

parent dc0f6fd8
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -11,10 +11,11 @@ module _3gpp-common-externaldata {
  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Defines the YANG mapping of the external data.
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    Copyright 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.623 Generic Network Resource Model (NRM)";

  revision 2026-03-20 { reference CR-xxxx; }
  revision 2025-07-19 { reference CR-0551; }

    grouping ExternalDataScopeGrp {
@@ -48,8 +49,8 @@ module _3gpp-common-externaldata {
      description "Type of external management data as defined by the
        implementation.

        Examples: 'Electronic Map', 'Camara Data', 'UE path', 'Camera Photo',
        'Event Schedule”";
        Examples of allowed value: 'ELECTRONIC_MAP','CAMARA_DATA', 'UE_PATH', 
        'CAMERA_PHOTO', 'EVENT_SCHEDULE', 'WEATHER_FORECASTS'";
    }

    leaf-list mediaLocation {
+5 −4
Original line number Diff line number Diff line
@@ -13,10 +13,11 @@ module _3gpp-common-mnsregistry {
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Defines the YANG mapping of the MNSRegistry IOC and its
  contained classes that ares part of the Generic Network Resource Model (NRM).
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    Copyright 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.623 Generic Network Resource Model (NRM)";

  revision 2026-03-20 { reference CR-xxxx; }
  revision 2025-11-02 { reference CR-; }
  revision 2025-07-19 { reference CR-0551; }
  revision 2023-09-30 { reference CR-0278; }
@@ -259,12 +260,12 @@ module _3gpp-common-mnsregistry {

  augment "/subnet3gpp:SubNetwork" {
    list MnsRegistry {
      description "This IOC is a container for MnsInfo IOC-s. It can be
        contained only by SubNetwork IOC. A SubNetwork IOC can contain
        only one instance of MnsRegistry.
      description "TThis IOC is a container for MnsInfo IOC and MgmtDataInfo 
        IOC. It can be contained only by SubNetwork IOC. 
        The IOC is instantiated by the system.";
      key id;
      max-elements 1;
      yext3gpp:only-system-created;
      uses top3gpp:Top_Grp;
      container attributes {
        uses MnsRegistryGrp;