mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
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.
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user