aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-10-24 16:04:20 +0300
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-10-24 16:22:53 +0300
commit8670d23649d7827d28074b12506b516c1a87290b (patch)
tree594d34a91257b8e707076237aba20660b43d5e7a
parentc5549b39ee461d79da93248de23c4c651245be6e (diff)
libmsc: Add a comment to the HLR SUP socket creation.
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index c4ca467bc..973ef532e 100644
--- a/openbsc/src/osmo-nitb/bsc_hack.c
+++ b/openbsc/src/osmo-nitb/bsc_hack.c
@@ -324,6 +324,7 @@ int main(int argc, char **argv)
}
printf("DB: Database prepared.\n");
+ /* Prepare HLR SUP socket if auth policy is "remote" */
if (bsc_gsmnet->auth_policy == GSM_AUTH_POLICY_REMOTE) {
bsc_gsmnet->hlr_sup_client = gprs_gsup_client_create(
"127.0.0.1", 8183,