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 10:24:03 UTC 2021


pespin has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/12/25512/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210920/1341c58f/attachment.htm>


More information about the gerrit-log mailing list