diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_12_21.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h index 23392d2c..c88f0b13 100644 --- a/include/osmocom/gsm/protocol/gsm_12_21.h +++ b/include/osmocom/gsm/protocol/gsm_12_21.h @@ -277,6 +277,7 @@ enum abis_mm_event_causes { OSMO_EVT_WARN_SW_WARN = 0x0001, /* External causes */ OSMO_EVT_EXT_ALARM = 0xfeed, + OSMO_EVT_PCU_VERS = 0xface, }; extern const struct value_string abis_mm_event_cause_names[]; |