fixeria submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved laforge: Looks good to me, approved
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(-)

diff --git a/src/host/trxcon/src/trxcon.c b/src/host/trxcon/src/trxcon.c
index d18ae0b..d72a4d3 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)

1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.

To view, visit change 28666. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Iae0e753eddb7e0a1767e555653c9e9fdb58b7a7b
Gerrit-Change-Number: 28666
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged