Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/11685
Change subject: ipaccess-config: Fix whitespace
......................................................................
ipaccess-config: Fix whitespace
Related: OS#3624
Change-Id: I190752000a73d7600a946c7535661550b1fe3520
---
M src/ipaccess/ipaccess-config.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/85/11685/1
diff --git a/src/ipaccess/ipaccess-config.c b/src/ipaccess/ipaccess-config.c
index 0fb5ad9..657dad1 100644
--- a/src/ipaccess/ipaccess-config.c
+++ b/src/ipaccess/ipaccess-config.c
@@ -1044,7 +1044,7 @@
gsm_bts_trx_alloc(bts);
gsm_bts_trx_alloc(bts);
bts->oml_tei = stream_id;
-
+
osmo_signal_register_handler(SS_NM, nm_sig_cb, NULL);
osmo_signal_register_handler(SS_IPAC_NWL, nwl_sig_cb, NULL);
@@ -1060,7 +1060,7 @@
perror("Error connecting to the BTS");
exit(1);
}
-
+
bts->oml_link->ts->sign.delay = 10;
bts->c0->rsl_link->ts->sign.delay = 10;
while (1) {
--
To view, visit https://gerrit.osmocom.org/11685
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I190752000a73d7600a946c7535661550b1fe3520
Gerrit-Change-Number: 11685
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>