-
Notifications
You must be signed in to change notification settings - Fork 122
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
TX Duration continues to increment even though DMR TX has stopped. #117
Comments
The dashboard only knows what is in the logs, the log will be missing the EoT marker (end of transmission), so the counter will keep counting, it should time-out. |
Perhaps, specifically in the case of SMS transmissions, the timeout could be shorter, as the maximum transmit duration of SMS messages should presumably be well bounded. Do you think the other quirk that I reported should be raised as a separate issue? |
For the second quirk - I could do with a screen grab and ideally the last 10-20 lines of the MMDVMHost log file too. |
Yes, that sounds ideal. For the other quirk, I shall try and get a screenshot, but it does seem to be a rare occurrence. It might not be easy to get log extracts as I am not the repeater keeper, but when I can identify an occurrence, I can ask the keeper to provide a log extract covering that time period. |
We just discussed this problem in the German Brandmeister user group via Telegram:
I replaced line #513 in /var/www/dashboard/mmdvmhost/functions.php
with this code to solve it:
So my dashboard is now showing "TOut" instead of infinite counting the seconds. 73s de |
I have noticed that the Dashboard for the GB7YJ DMR repeater (I am only a user, not the repeater keeper) sometimes shows an incrementing TX Duration even though that specific transmission has stopped.
The repeaters Dashboard identifies its versions as: Pi-Star:3.4.17 / Dashboard: 20200813
More often than not, this occurs when my MD-390 transmits an SMS message containing GPS data from an area with marginal repeater coverage, so in that case the repeater is receiving the transmission over RF. The TX counter continues to increment even after I have turned my radio off.
Under such circumstances, I have stopped the incrementing TX counter by making another transmission, at which point the Dashboard appears to be completely normal.
I have also seen this occur in relation to TG traffic arriving at the repeater over the Net, but this has been rarer in my experience.
I will attempt to grab screenshots of this behaviour at the next opportunity.
I have seen another quirk which may or may not be related. This other quirk seems to show a row of activity which clearly pertains to DMR voice traffic with a TG destination, that appears on an adjacent row to another row showing an SMS transmission. This 2nd quirk populates the last 3 columns of the DMR voice activity with the "SMS" string, such that 2 adjacent rows show "SMS" in the last three columns. If it becomes clear that this is an entirely unrelated problem, I will raise a different a different issue.
The text was updated successfully, but these errors were encountered: