mgcp_client_fsm: add missing log_subsys

To see state transitions and events on LMGCP DEBUG logging, actually set
the log_subsys of the mgcp_client_fsm.

Related: SYS#5529
Change-Id: I6e84d5f7b85752a7a54f17be1d074b01d1467f26
This commit is contained in:
Neels Hofmeyr 2021-07-15 01:37:00 +02:00
parent 03fcc91aad
commit a8c684b51f
1 changed files with 1 additions and 0 deletions

View File

@ -596,6 +596,7 @@ static struct osmo_fsm fsm_mgcp_client = {
.timer_cb = fsm_timeout_cb,
.cleanup = fsm_cleanup_cb,
.event_names = fsm_mgcp_client_evt_names,
.log_subsys = DLMGCP,
};
/*! allocate FSM, and create a new connection on the MGW.