LOG_D(GTPU,"[%ld] Start update tunnels for old RNTI %x, new RNTI %x, num_tunnels %d, sgw_S1u_teid %x, eps_bearer_id %x\n",
instance,
...
...
@@ -743,7 +743,7 @@ int gtpv1u_update_s1u_tunnel(
autoit=inst->ue2te_mapping.find(prior_rnti);
if(it!=inst->ue2te_mapping.end()){
LOG_W(GTPU,"[%ld] Update a not existing tunnel, start create the new one (new rnti %x, old rnti %x)\n",instance,create_tunnel_req->rnti,prior_rnti);
LOG_W(GTPU,"[%ld] Update a not existing tunnel, start create the new one (new ue id %lu, old ue id %lu)\n",instance,create_tunnel_req->rnti,prior_rnti);