diff --git a/srsue/src/stack/mac/proc_ra.cc b/srsue/src/stack/mac/proc_ra.cc index 4b00557fd..c402ce17e 100644 --- a/srsue/src/stack/mac/proc_ra.cc +++ b/srsue/src/stack/mac/proc_ra.cc @@ -23,13 +23,11 @@ namespace srsue { -const char* state_str[] = {"RA: INIT: ", - "RA: PDCCH: ", - "RA: Rx: ", +const char* state_str[] = {"RA: IDLE: ", + "RA: PDCCH: ", + "RA: Rx: ", "RA: Backoff: ", - "RA: ConRes: ", - "RA: WaitComplt: ", - "RA: Complt: "}; + "RA: ConRes: "}; #define rError(fmt, ...) logger.error("%s" fmt, state_str[state], ##__VA_ARGS__) #define rInfo(fmt, ...) logger.info("%s" fmt, state_str[state], ##__VA_ARGS__)