mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-10 00:45:56 +00:00
nat: Mention when we do not find a BSC for a given token.
This might help to identify what is wrong with the config of the BSC. Also using the result of TLVP_VAL as a char pointer looks suspicious...
This commit is contained in:
@@ -481,9 +481,11 @@ static void ipaccess_auth_bsc(struct tlv_parsed *tvp, struct bsc_connection *bsc
|
|||||||
bsc->cfg = conf;
|
bsc->cfg = conf;
|
||||||
bsc_del_timer(&bsc->id_timeout);
|
bsc_del_timer(&bsc->id_timeout);
|
||||||
LOGP(DNAT, LOGL_NOTICE, "Authenticated bsc nr: %d lac: %d\n", conf->nr, conf->lac);
|
LOGP(DNAT, LOGL_NOTICE, "Authenticated bsc nr: %d lac: %d\n", conf->nr, conf->lac);
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LOGP(DNAT, LOGL_ERROR, "No bsc found for token %s.\n", token);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int forward_sccp_to_msc(struct bsc_connection *bsc, struct msgb *msg)
|
static int forward_sccp_to_msc(struct bsc_connection *bsc, struct msgb *msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user