mgw_fsm: use __func__ to mention function name in log line

Change-Id: I23050fc5f644340dfbd0323eef6309cff6fc4515
This commit is contained in:
Philipp Maier 2023-03-21 09:45:32 +01:00
parent cc7d2b1313
commit 065a719294
1 changed files with 2 additions and 2 deletions

View File

@ -738,8 +738,8 @@ int mgw_fsm_handle_rab_ass_resp(struct hnbgw_context_map *map, struct msgb *rana
* on the way between RANAP RAB Assignment Request and RANAP RAB Assignment Response. */
LOGP(DMGW, LOGL_ERROR,
"mgw_fsm_handle_rab_ass_resp() rua_ctx_id=%d, no MGW fsm -- sending Iu-Release-Request!\n",
map->rua_ctx_id);
"%s() rua_ctx_id=%d, no MGW fsm -- sending Iu-Release-Request!\n",
__func__, map->rua_ctx_id);
/* Send a release request, to make sure that the MSC is aware of the problem. */
tx_release_req(map);