mgw_fsm: use __func__ to mention function name in log line

Change-Id: I23050fc5f644340dfbd0323eef6309cff6fc4515
changes/93/31993/1
Philipp Maier 2 months ago
parent cc7d2b1313
commit 065a719294

@ -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);

Loading…
Cancel
Save