From 18fe88933c57d765f702293eeaa3a16a111af631 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 12 Apr 2011 19:16:18 +0200 Subject: nitb: Listen for incoming MNCC connections only once There is no point in creating the MNCC socket twice. Only create it if the user requested this when starting the nitb. --- openbsc/src/osmo-nitb/bsc_hack.c | 1 - 1 file changed, 1 deletion(-) (limited to 'openbsc/src/osmo-nitb') diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c index 30474d247..739253b90 100644 --- a/openbsc/src/osmo-nitb/bsc_hack.c +++ b/openbsc/src/osmo-nitb/bsc_hack.c @@ -266,7 +266,6 @@ int main(int argc, char **argv) if (rc < 0) exit(1); bsc_api_init(bsc_gsmnet, msc_bsc_api()); - mncc_sock_init(bsc_gsmnet); /* seed the PRNG */ srand(time(NULL)); -- cgit v1.2.3