Actions
Bug #6008
closedOsmoMSC User Manual is missing a section explaining how to configure "SGs" interface
Start date:
04/18/2023
Due date:
% Done:
100%
Resolution:
Spec Reference:
Description
There's only a small mention in https://ftp.osmocom.org/docs/osmo-msc/master/osmomsc-usermanual.pdf
The SGs interface by default listens on 0.0.0.0:29118. Configure a different IP and/or port for each osmo-msc instance. You may also want to configure different VLR names: sgs local-ip 127.0.0.1 local-port 29118 vlr-name vlr.example.net
It should at least have its own section in osmo-msc user manual so that users can find osmo-msc supports this interface, and how to configure it.
Updated by dexter about 1 month ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
I have now added an own section for the SGs interface. I also fixed a minor bug in the VTY code that I found while trying the counter setting.
https://gerrit.osmocom.org/c/osmo-msc/+/34870 manuals: add section about the SGs interface. [NEW]
https://gerrit.osmocom.org/c/osmo-msc/+/34871 vlr_sgs: fix VTY setting for SGs counter. [NEW]
Actions