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

Add support for BBFRAME headers #34

Merged
merged 2 commits into from
Dec 12, 2023
Merged

Add support for BBFRAME headers #34

merged 2 commits into from
Dec 12, 2023

Commits on Dec 7, 2023

  1. cli: fix --isi argument

    The --isi argument was broken while refactoring the application
    (it was completely ignored). This fixes the problem.
    
    Signed-off-by: Daniel Estévez <[email protected]>
    daniestevez committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    50a2775 View commit details
    Browse the repository at this point in the history
  2. add support for BBFRAME headers

    This adds support in the CLI application and the BBFRAME receivers
    for skipping over application-specific headers (of configurable
    length) that precede each BBFRAME or BBFRAME fragment.
    
    Signed-off-by: Daniel Estévez <[email protected]>
    daniestevez committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    32c0802 View commit details
    Browse the repository at this point in the history