When I left from work I shut down the VM and now after
power on it seems to
work using the command:
osmo-nitb -c hsl/openbsc.cfg
But that is not all, if I stop the process with Ctrl+Z and run it again
(same command) I get the error mentioned below:
"(000) telnet_interface.c:85 Telnet interface failed to bind"
Well that's expected ... if you do CTRL-Z, the process is "stopped"
but still exists (it's not terminated) and so the associated resources
are still allocated to it, including ownership of port 4242 ... so you
can't launch a second process that would use the same stuff ...
That's standard unix stuff.
Cheers,
Sylvain