I try to deploy four slices with helm charts. The modifications are done in values.yaml from oai-5g-slicing. The modifications are done in config of oai-amf, oai-spgwu-tiny and oai-smf. It works fine up to and including the third slice. When I add the fourth slice I get this error:
_[2023-06-21 14:40:09.619] [smf_app] [start] Options parsed
[2023-06-21 14:40:09.619] [smf_app] [error] Parse error at /openair-smf/etc/smf.conf:57 - syntax error
terminate called after throwing an instance of 'libconfig::ParseException'
what(): ParseException_
The file /openair-smf/etc/smf.conf contains a comment at line 57, with or without the fourth slice.
I try to deploy four slices with helm charts. The modifications are done in values.yaml from oai-5g-slicing. The modifications are done in config of oai-amf, oai-spgwu-tiny and oai-smf. It works fine up to and including the third slice. When I add the fourth slice I get this error: _[2023-06-21 14:40:09.619] [smf_app] [start] Options parsed [2023-06-21 14:40:09.619] [smf_app] [error] Parse error at /openair-smf/etc/smf.conf:57 - syntax error terminate called after throwing an instance of 'libconfig::ParseException' what(): ParseException_ The file /openair-smf/etc/smf.conf contains a comment at line 57, with or without the fourth slice.