Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates oai-ue with MSIN values with 9 digits and zero padding #503

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Updates oai-ue with MSIN values with 9 digits and zero padding #503

merged 1 commit into from
Jun 2, 2021

Conversation

raphaelvrosa
Copy link
Contributor

In DT the msinStart value is set to 0000000001.
The oai-ue helm chart considers that a binary, and change that to
1 (removes the left zeros).
In the file _ue_sim_conf.tpl , the line
MSIN={{ add $startMSIN $i | quote }}; makes MSIN equals to 1
(instead of 0000000001).
That creates an error in the init container and forbids its
initialization.
The solution is to add zeros as a padding in a printf string,
but another issue is that MSIN in Germany has 10 digits.
The solution also makes a padding to 9 digits MSIN.

In DT the msinStart value is set to 0000000001.
The oai-ue helm chart considers that a binary, and change that to
1 (removes the left zeros).
In the file _ue_sim_conf.tpl , the line
MSIN={{ add $startMSIN $i | quote }};  makes MSIN equals to 1
(instead of 0000000001).
That creates an error in the init container and forbids its
initialization.
The solution is to add zeros as a padding in a printf string,
but another issue is that MSIN in Germany has 10 digits.
The solution also makes a padding to 9 digits MSIN.
@raphaelvrosa raphaelvrosa merged commit 1ead763 into onosproject:master Jun 2, 2021
@raphaelvrosa raphaelvrosa deleted the ue-sim-conf-fix branch June 15, 2021 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants