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

Bug30726 missing keys #110

Closed
wants to merge 10 commits into from
Closed

Conversation

Labels
None yet
Projects
None yet
1 participant
@juga0
Copy link
Contributor

@juga0 juga0 commented Mar 3, 2020

No description provided.

juga0 added 10 commits Mar 3, 2020
The KeyValues never appeared in a bandwidth file generated by the
bwauths with those names, it was a mistake when writing this
specification.

The replacements done are:

- s/desc_bw_average/desc_bw_avg/
- s/desc_obs_bw_last/desc_bw_obs_last/
- s/desc_obs_bw_mean/desc_bw_obs_mean/

And in the examples:

- s/desc_avg_bw/desc_bw_avg/
- s/desc_obs_bw_last/desc_bw_obs_last/
- s/desc_obs_bw_mean/desc_bw_obs_mean/

Part of #30726.
They appeared in in bandwidth files version 1.4.0 generated by bwauths,
but they were forgotten when writing this specification.
Even if the KeyValues related to bandwidth values were added before
the monitoring KeyValues, there was not a sbws release nor a bwauth
that published those KeyValues with a specification version previous
to 1.4.0.
They have not been added to the A.5 section because those Bandwidth
Lines do not contain all the KeyValues.

Closes #30726.
since there was never a bandwidth file published by bwauths using that
nor sbws ever generated that version because it was forgotten to
increment it when adding country related KeyValues.
@juga0 juga0 closed this Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment