Loading yang-models/_3gpp-common-managed-function.yang +21 −7 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ module _3gpp-common-managed-function { 3GPP TS 28.620 Umbrella Information Model (UIM)"; revision 2022-01-07 { reference "CR-0146"; } revision 2021-01-25 { reference "CR-0122"; } revision 2020-09-30 { reference "CR-bbbb"; } revision 2020-08-06 { reference "CR-0102"; } Loading Loading @@ -233,8 +233,9 @@ module _3gpp-common-managed-function { description "The latitude of the site where the ManagedFunction instance resides, based on World Geodetic System (1984 version) global reference frame (WGS 84). Positive values correspond to the northern hemisphere. This attribute is optional in case of BTSFunction and RNCFunction instance(s)."; the northern hemisphere. This attribute is optional for BTSFunction, RNCFunction, GNBDUFunction and NRSectorCarrier instance(s)."; } leaf siteLongitude { Loading @@ -245,10 +246,23 @@ module _3gpp-common-managed-function { description "The longitude of the site where the ManagedFunction instance resides, based on World Geodetic System (1984 version) global reference frame (WGS 84). Positive values correspond to degrees east of 0 degrees longitude. This attribute is optional in case of BTSFunction and RNCFunction instance(s)."; degrees east of 0 degrees longitude. This attribute is optional for BTSFunction, RNCFunction, GNBDUFunction and NRSectorCarrier instance(s)."; } leaf siteAltitude { type decimal64 { fraction-digits 4; } description "The altitude of the site where the ManagedFunction instance resides, in the unit of meter. This attribute is optional for BTSFunction, RNCFunction, GNBDUFunction and NRSectorCarrier instance(s)."; } leaf siteDescription { type string; mandatory true; Loading Loading
yang-models/_3gpp-common-managed-function.yang +21 −7 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ module _3gpp-common-managed-function { 3GPP TS 28.620 Umbrella Information Model (UIM)"; revision 2022-01-07 { reference "CR-0146"; } revision 2021-01-25 { reference "CR-0122"; } revision 2020-09-30 { reference "CR-bbbb"; } revision 2020-08-06 { reference "CR-0102"; } Loading Loading @@ -233,8 +233,9 @@ module _3gpp-common-managed-function { description "The latitude of the site where the ManagedFunction instance resides, based on World Geodetic System (1984 version) global reference frame (WGS 84). Positive values correspond to the northern hemisphere. This attribute is optional in case of BTSFunction and RNCFunction instance(s)."; the northern hemisphere. This attribute is optional for BTSFunction, RNCFunction, GNBDUFunction and NRSectorCarrier instance(s)."; } leaf siteLongitude { Loading @@ -245,10 +246,23 @@ module _3gpp-common-managed-function { description "The longitude of the site where the ManagedFunction instance resides, based on World Geodetic System (1984 version) global reference frame (WGS 84). Positive values correspond to degrees east of 0 degrees longitude. This attribute is optional in case of BTSFunction and RNCFunction instance(s)."; degrees east of 0 degrees longitude. This attribute is optional for BTSFunction, RNCFunction, GNBDUFunction and NRSectorCarrier instance(s)."; } leaf siteAltitude { type decimal64 { fraction-digits 4; } description "The altitude of the site where the ManagedFunction instance resides, in the unit of meter. This attribute is optional for BTSFunction, RNCFunction, GNBDUFunction and NRSectorCarrier instance(s)."; } leaf siteDescription { type string; mandatory true; Loading