Change in osmo-bts[master]: abis: Shorten string names of events

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Sep 20 12:19:01 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/25512 )

Change subject: abis: Shorten string names of events
......................................................................

abis: Shorten string names of events

Change-Id: I7a5dab3d38e917a8f37c72765e27f263c324ed96
---
M src/common/abis.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/common/abis.c b/src/common/abis.c
index 9b0a5b3..ff9e5fa 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -69,8 +69,8 @@
 };
 
 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" },
 	{}
 };
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/25512
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I7a5dab3d38e917a8f37c72765e27f263c324ed96
Gerrit-Change-Number: 25512
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210920/b506b269/attachment.htm>


More information about the gerrit-log mailing list