aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-28 17:37:40 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-08-02 13:39:30 +0400
commit421fe79e390b75b3442ef5b28f3a7a4ce51b2837 (patch)
treea17d6950f3d476257fc675377ce33f32c4bff166 /src/pcu_l1_if.cpp
parent939bfaefecc7e7694c130adbfbefa7242de528ba (diff)
bssgp: The method creates and the connects.. reflect that in the name
Call things by what they do. This method is creating and then connecting a BSSGP..
Diffstat (limited to 'src/pcu_l1_if.cpp')
-rw-r--r--src/pcu_l1_if.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index 4452f0f9..b7b02690 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -418,7 +418,7 @@ bssgp_failed:
ia.s_addr = htonl(info_ind->remote_ip[0]);
LOGP(DL1IF, LOGL_DEBUG, " remote_ip=%s\n", inet_ntoa(ia));
- rc = gprs_bssgp_create(info_ind->local_port[0],
+ rc = gprs_bssgp_create_and_connect(info_ind->local_port[0],
info_ind->remote_ip[0], info_ind->remote_port[0],
info_ind->nsei, info_ind->nsvci[0], info_ind->bvci,
info_ind->mcc, info_ind->mnc, info_ind->lac, info_ind->rac,