aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-28 17:37:40 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-30 21:24:26 +0200
commit904bc8023fcecdfd8ba5abe2b46d8e2fb56e8d3b (patch)
treea17d6950f3d476257fc675377ce33f32c4bff166 /src/gprs_bssgp_pcu.cpp
parent686a3145f75c4a153f3d4a0c4951d6543ff8e0af (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/gprs_bssgp_pcu.cpp')
-rw-r--r--src/gprs_bssgp_pcu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index e994f9fa..ae47fb28 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -592,7 +592,7 @@ static void bvc_timeout(void *_priv)
}
/* create BSSGP/NS layer instances */
-int gprs_bssgp_create(uint16_t local_port, uint32_t sgsn_ip,
+int gprs_bssgp_create_and_connect(uint16_t local_port, uint32_t sgsn_ip,
uint16_t sgsn_port, uint16_t nsei, uint16_t nsvci, uint16_t bvci,
uint16_t mcc, uint16_t mnc, uint16_t lac, uint16_t rac,
uint16_t cell_id)