fixeria has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved laforge: Looks good to me, approved
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.