Conversation
…of SNDCP on the FNE instead of dvmhost; add quick sanity Catch2 testcases; BUGFIX: NXDN SACCH was incorrectly handling the RAN and structure causing the structure value to become overwritten; correct badly set example IP range in FNE config; add AI generated documentation for the network statck, FNE REST and DVMHost REST; update version number for next dev version;
… use of free() for address info freeaddrinfo(); fix partial data writes for bigger payloads; enhance getting responses back from InfluxDB (this makes it so that InfluxDB cannot fail silently easily);
… to better deal with peers on bad connections that may send packets out-of-sequence;
…tos when looping peers; normalize jitter buffer log messages;
… of the packet being sent, which could result in a nullptr after casting the ip struct; BUGFIX: send actual bytes read from VTUN vs the default MTU size;
…25 implementation (while I am sure this is probably going to be quite iffy, I am quite sure the VTUN TAP interface method we are using *is* the right direction; even though the P25 implementation is iffy, with iteration over time I suspect it is the correct approach, as such I have implemented a DMR equiviliant based on the P25 implementation);
… fail with No-Service due to missing implementation for per-SU UKEK implementation from the crypto container);
…ill at best call this an approximate number);
…when RPTL, RPTK or RPTC is sent while not in the correct login state;
… parameter that must be set;
…ly adding 4U bytes which does not apply to RTP frames;
…o be more sane -- a lot of these parameters had nothing to do with FNE network configuration;
… missing CTS controller teardown;
…use JSB is *REALLY* hell bent on this, implement continuous RTP seq to make him happy;
… memory leak when handling buffer drop due to new stream packet wraparound;
…to correct becoming stuck on incoming RTP timestamps;
…l audio or UDP traffic is running;
…thread-based race conditions;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is the team r05a04_dev branch merge into master. This will include several outstanding next version changes, and bump the overall project version from R05A02 to R05A04.
Component(s)
Which part(s) of the project does this affect?
Type of change
Related issues
N/A
Build & test notes
Debian 12 x86_64
GCC 12.2.0
Checklist
Notes for maintainers