ns2: follow ns2 sns api changes

Related: OS#4472, OS#4890
Depends: libosmocore.git I71cdbfb53e361e6112fed5e2712236d797ef3ab2
Change-Id: Id530e5497c17885817493f8a8a9436bc187c88aa
This commit is contained in:
Alexander Couzens 2020-12-09 01:41:24 +01:00 committed by Harald Welte
parent b644fd1f09
commit 1e6c350a9f
1 changed files with 1 additions and 1 deletions

View File

@ -1000,7 +1000,7 @@ static int ns_create_nsvc(struct gprs_rlcmac_bts *bts,
/* FIXME: for SNS we just use the first successful NS-VC instead of all for the initial connect */
if (bts->ns_dialect == NS2_DIALECT_SNS) {
rc = gprs_ns2_ip_connect_sns(bind[i], &remote[i], nsei);
rc = gprs_ns2_sns_add_endpoint(bts->nse, &remote[i]);
if (!rc)
return rc;
else