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

fec_block_width, fec_block_height schema minimum, maximum #170

Open
garethsb opened this issue Oct 31, 2023 · 0 comments
Open

fec_block_width, fec_block_height schema minimum, maximum #170

garethsb opened this issue Oct 31, 2023 · 0 comments

Comments

@garethsb
Copy link
Contributor

During Montreal workshop, the following question came up.

Where do the 4-200 ranges come from for fec_block_width, fec_block_height, here:

"fec_block_width": {
"type": "integer",
"description": "width of block over which FEC is calculated in packets",
"minimum": 4,
"maximum": 200
},
"fec_block_height": {
"type": "integer",
"description": "height of block over which FEC is calculated in packets",
"minimum": 4,
"maximum": 200
},

These ranges have been present since these parameters were introduced 7 years ago, but
I don't see anything in ST 2022-5:2013 that describes ranges for block width x height (L x D).

There are limits in ST 2022-6:2012 but they're wider than the IS-05 range...

image

And here's the same section from ST 2022-2:2007...

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant