Hi,
I have git clone the openbsc program and encountered problem running osmo_sgsn, got the following error messages:
" There is no such command. Error occurred during reading below line: nsip local port 23000
Failed to parse the config file: 'osmo-sgsn.cfg' <0014> sgsn_main.c : 170 Cannot parse config file.
"
Appreciate help on this.
Thanks Ken
On 05/24/2010 10:36 AM, ken wrote:
nsip local port 23000
Hi,
you can try to remove that line. I looked at src/gprs/sgsn_vty.c (the code for handling the options) and there is no trace of a "nsip local port" command. If that is still failing you will also need to remove the whole ns section.
In general the whole GPRS code is pretty new and under active development. If you are in doubt consult the sourcecode at src/gprs/sgsn_main and src/gprs/sgsn_vty.c
happy hacking holger
On Mon, May 24, 2010 at 10:36:09AM +0800, ken wrote:
Hi,
I have git clone the openbsc program and encountered problem running osmo_sgsn, got the following error messages:
" There is no such command. Error occurred during reading below line: nsip local port 23000
Failed to parse the config file: 'osmo-sgsn.cfg' <0014> sgsn_main.c : 170 Cannot parse config file.
I'm sorry, the config file syntax has changed very recently. It has been replaced by "encapsulation udp local-port 23000" in the "ns" section.
I have just committed the respective change to ensure osmo_sgsn starts again.
Regards, Harald