mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
gtphub: fix a conditional for log output
Sponsored-by: On-Waves ehi
This commit is contained in:
@@ -1468,7 +1468,7 @@ static int gtphub_handle_pdp_ctx_ies(struct gtphub *hub,
|
||||
if (p->type == GTP_CREATE_PDP_REQ) {
|
||||
LOG(LOGL_DEBUG, "New tunnel, first half: %s\n",
|
||||
gtphub_tunnel_str(tun));
|
||||
} else if (p->type == GTP_CREATE_PDP_REQ) {
|
||||
} else if (p->type == GTP_CREATE_PDP_RSP) {
|
||||
LOG(LOGL_DEBUG, "New tunnel: %s\n",
|
||||
gtphub_tunnel_str(tun));
|
||||
}
|
||||
|
Reference in New Issue
Block a user