mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
osmo-bsc: fix sccp name string
Change-Id: I4caf935fbeacc23d7a10766112ab844d6fc367ea
This commit is contained in:
committed by
Neels Hofmeyr
parent
0317b106fe
commit
9b0db3860c
@@ -435,7 +435,7 @@ int osmo_bsc_sigtran_init(struct llist_head *mscs)
|
||||
conn_id_counter = 0;
|
||||
|
||||
llist_for_each_entry(msc, msc_list, entry) {
|
||||
snprintf(msc_name, sizeof(msc_name), "as-msc-%u", msc->nr);
|
||||
snprintf(msc_name, sizeof(msc_name), "msc-%u", msc->nr);
|
||||
LOGP(DMSC, LOGL_NOTICE, "Initializing SCCP connection to MSC %s (%s)\n",
|
||||
osmo_sccp_addr_dump(&msc->a.msc_addr), msc_name);
|
||||
|
||||
|
Reference in New Issue
Block a user