aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bts.h1
-rw-r--r--src/gprs_bssgp_pcu.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/bts.h b/src/bts.h
index e9304632..4340199e 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -178,7 +178,6 @@ struct gprs_rlcmac_bts {
struct gprs_ns2_inst *nsi;
/* main nsei */
struct gprs_ns2_nse *nse;
- uint16_t nsei;
};
enum {
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 143d4dcf..e0cfc378 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -947,7 +947,6 @@ int gprs_nsvc_create_and_connect(struct gprs_rlcmac_bts *bts,
return 1;
}
- bts->nsei = nsei;
if (bts->gb_dialect_sns) {
rc = gprs_ns2_ip_connect_sns(bind, sgsn, nsei);
} else {