fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/28666 )
Change subject: trxcon: cosmetic: s/app_evt_names/trxcon_fsm_event_names/
......................................................................
trxcon: cosmetic: s/app_evt_names/trxcon_fsm_event_names/
Change-Id: Iae0e753eddb7e0a1767e555653c9e9fdb58b7a7b
---
M src/host/trxcon/src/trxcon.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/66/28666/1
diff --git a/src/host/trxcon/src/trxcon.c b/src/host/trxcon/src/trxcon.c
index 5a7f7a4..e7a7c1e 100644
--- a/src/host/trxcon/src/trxcon.c
+++ b/src/host/trxcon/src/trxcon.c
@@ -301,7 +301,7 @@
},
};
-static const struct value_string app_evt_names[] = {
+static const struct value_string trxcon_fsm_event_names[] = {
OSMO_VALUE_STRING(L1CTL_EVENT_CONNECT),
OSMO_VALUE_STRING(L1CTL_EVENT_DISCONNECT),
OSMO_VALUE_STRING(TRX_EVENT_OFFLINE),
@@ -314,7 +314,7 @@
.states = trxcon_fsm_states,
.num_states = ARRAY_SIZE(trxcon_fsm_states),
.log_subsys = DAPP,
- .event_names = app_evt_names,
+ .event_names = trxcon_fsm_event_names,
};
static void print_usage(const char *app)
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/28666
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Iae0e753eddb7e0a1767e555653c9e9fdb58b7a7b
Gerrit-Change-Number: 28666
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange