NiPC mode and Roaming mode are enabled at the same time
From YateBTS
Revision as of 14:35, 21 August 2017 by Monica (Talk | contribs) (Monica moved page NIB mode and Roaming mode are enabled at the same time to NIP mode and Roaming mode are enabled at the same time)
If you have both NIB and Roaming modes enabled at the same time you will get this alarm:
NIB mode and Roaming mode are enabled at the same time. Please edit javascript.conf and disable one of them. It is recommened to set mode=nib/roaming in [ybts] section in ybts.conf.
To fix this you have to decide which mode you want to run and disable the other one.
A ybts mode can be loaded in two ways:
- by setting mode=nib/roaming in [ybts] section in ybts.conf.
Note! If mode setting is missing then NIB mode is loaded by default
[ybts] mode=nib
- by setting the mode to be loaded as a script in javascript.conf in [scripts] section
[scripts] roaming=roaming.js ;OR nib=nib.js