-
Notifications
You must be signed in to change notification settings - Fork 15
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: AllStarLink/app_rpt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: AllStarLink/app_rpt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 15 files changed
- 3 contributors
Commits on Sep 14, 2024
-
Update configs for missing options (#357)
This updates simpleusb and usbradio config files for missing parallel port options.
Configuration menu - View commit details
-
Copy full SHA for 9471615 - Browse repository at this point
Copy the full SHA 9471615View commit details -
app_rpt: Correct crash when using rpt page
This updates app_rpt to address a crash that occurred when using the rpt page command. ast_sendtext should not require locking according to the documentation but that does not seem to be the case. In some instances, the main processing loop had control of the channel. ast_sendtext would cause an assert abort in channel.c. This was shown by the message ast_sendtext_data: Thread LWP 88692 is blocking 'Radio/usb_2231', already blocked by thread LWP 88688 in procedure ast_waitfor_nandfds. Adding rpt_mutex_lock around ast_sendtext resolved the problem. Corrected an if statement in the same routine that was already flagged in the code as a bug. Remove chan_usbradio as a destination for paging. chan_usbradio does not implement paging. Sending pages to chan_usbradio resulted in a stuck PTT. Applied coding standards to the routine.
Configuration menu - View commit details
-
Copy full SHA for dcfe5d6 - Browse repository at this point
Copy the full SHA dcfe5d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for af81d14 - Browse repository at this point
Copy the full SHA af81d14View commit details -
app_rpt: Correct VOX operation for autopatch
This change restores the operation of the autopatch VOX function. Changes were made in #363 to get the autopatch working. Part of those changes did not correctly address the operation of the VOX channel. This change removes some of those changes and restores the operation of the VOX channel. For the VOX channel to work properly, this change along with changes to the DAHDI driver are required. The changes to the DAHDI driver are located at https://github.com/KB4MDD/dahdi-linux We will be attempting to get these changes into the main DAHDI channel.
Configuration menu - View commit details
-
Copy full SHA for be580fb - Browse repository at this point
Copy the full SHA be580fbView commit details
Commits on Sep 20, 2024
-
Add RX Audio Statistics and ADC Clip Detection feature
This feature adds a new ast_radio_check_rx_audio() function to res_usbradio.c that is called from simpleusb.c (and usbradio.c) during the processing of received USB audio frames. Statistics collected the include peak and average RMS audio levels averaged over the previous 1 second. For SimpleUSB devices, the statistics can be displayed using the simpleusb-tune-menu 'R' option or with the AMI 'susb tune menu-support y' (or 'radio tune menu-support-y') function. For USBRadio devices, use the radio-tune-menu 'R' option or the AMI 'radio tune menu-support-y' function. A new "clipledgpio" parameter has also been added to "simpleusb.conf: and "usbradio.conf". If specified and ADC clipping is detected then the GPIO pin is set for 500mS to support illumination of a node / audio interface Clip LED.
Configuration menu - View commit details
-
Copy full SHA for 5cc0a66 - Browse repository at this point
Copy the full SHA 5cc0a66View commit details -
Fix LastKeyedTime/LastTxKeyedTime info in RPT events (#406)
The rpt_manager_trigger() function uses ctime(3) to add formatted date/time strings for LastKeyedTime and LastTxKeyedTime. Unfortunately, the returned strings include trailing '\n' characters that added empty lines to the output. This presents an issue as an empty line typically indicates the end of the AMI output. This change removes the extra (unexpected) '\n' characters.
Configuration menu - View commit details
-
Copy full SHA for f8a0fe3 - Browse repository at this point
Copy the full SHA f8a0fe3View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34c8a64 - Browse repository at this point
Copy the full SHA 34c8a64View commit details
There are no files selected for viewing