diff --git a/yang-models/_3gpp-common-fm.yang b/yang-models/_3gpp-common-fm.yang index 308f0dfd629c2346cb7d46e815fec18401eb4346..b067ace3f9eee9798d228269ed4324fb6b19717c 100755 --- a/yang-models/_3gpp-common-fm.yang +++ b/yang-models/_3gpp-common-fm.yang @@ -16,6 +16,7 @@ module _3gpp-common-fm { TTA, TTC). All rights reserved."; reference "3GPP TS 28.111"; + revision 2025-05-01 { reference "CR-0042 CR-0043"; } // common for R18, R19 revision 2025-03-25 { reference "CR-0025 CR-0026"; } revision 2024-05-12 { description "The definition of the module was from TS 28.623 to TS 28.111"; @@ -42,6 +43,10 @@ module _3gpp-common-fm { typedef eventType { type enumeration { + enum OTHER { + value 1; + } + enum COMMUNICATIONS_ALARM { value 2; }