The script bop_oss10.pl is used to send requests to OSS10. OSS10 then sends requests back to us and based on these requests and their messages, actions are taken in NetYCE. It is now possible to direct which actions are taken with a configuration file. This file can be found in /opt/yce/oss10_error.json
Here you can map parts of the error messages to actions. These are the possible error codes:
| notification | Will print a notification message in the log. The script will keep on going. |
| warning | Will print a warning message in the log. The script will keep on going. |
| error | Will print an error messsage in the log. Throws an error and aborts the script. |