ipaccess-config: Fix whitespace

Related: OS#3624
Change-Id: I190752000a73d7600a946c7535661550b1fe3520
This commit is contained in:
Pau Espin 2018-11-08 14:13:09 +01:00
parent c74daf00a3
commit 0329c70a23
1 changed files with 2 additions and 2 deletions

View File

@ -1044,7 +1044,7 @@ int main(int argc, char **argv)
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 @@ int main(int argc, char **argv)
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) {