revert commit #481: we actually still need that stupid usleep() to reliably bootstrap nanoBTS :(

This commit is contained in:
Harald Welte 2009-05-01 21:54:11 +00:00
parent c9e0218990
commit 7a2a71e255
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ static int handle_ts1_write(struct bsc_fd *bfd)
ret = send(bfd->fd, msg->data, msg->len, 0);
msgb_free(msg);
usleep(100000);
return ret;
}