aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/abis.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-20 11:37:32 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-20 12:22:53 +0200
commit79a92cfc50005a30e4eee3bc0fde6990c524380d (patch)
tree9e450aa90e8de6596111cdb759d67cf4ea98a825 /src/common/abis.c
parent5831512c2c62dc3c4d7187882b0094f93b23a76c (diff)
abis: Shorten string names of events
Diffstat (limited to 'src/common/abis.c')
-rw-r--r--src/common/abis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/abis.c b/src/common/abis.c
index 9b0a5b30..ff9e5fa5 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -69,8 +69,8 @@ enum abis_link_fsm_state {
};
static const struct value_string abis_link_fsm_event_names[] = {
- OSMO_VALUE_STRING(ABIS_LINK_EV_SIGN_LINK_DOWN),
- OSMO_VALUE_STRING(ABIS_LINK_EV_VTY_RM_ADDR),
+ { ABIS_LINK_EV_SIGN_LINK_DOWN, "SIGN_LINK_DOWN" },
+ { ABIS_LINK_EV_VTY_RM_ADDR, "VTY_RM_ADDR" },
{}
};