-
Notifications
You must be signed in to change notification settings - Fork 94
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
TS net hold/prio. funktion #24
Comments
To get a bit deeper into the issue is following that the audiosignals of two differnent networks in the same timeslot are mixed "frame by frame" if both are starting very simultaneous their transmissions. @faxe2110 presents the solution to this to create a so called "network hang time" to stay a few seconds only on the last network where local tx-traffic appeared to keep qso's running and not get mixed up audio. |
So back to this issue: Why: To avoid this, we need those timers above on rewrite-based-manner, so that means that traffic that comes through a specific rewrite-rule locks the timeslot it was on for the specified time of the hang-timer. This could also avoid the situation @faxe2110 described above - mixing up 2 audio-streams. Using the timers only on network-base would not solve the described problem exactly because TG262 could even catch the timeslot from TG9 if both where mapped to the same TS on the repeater but coming from different TS from network. So Jonathan, could you please think about this a few minutes and say a word, if this could be done? tnx. |
I like the idea of having two timeouts, that'd be easy to add and I will do soon. I expected the network (DMR+ or BM) to manage individual slots and TGs and so the timeout was used to stay on that network on that slot, and any TG issues would be the responsibility of the network itself. I think the problem in the code is that the timeout is based on the origin slot rather than the rewritten slot. In effect it's a bug in the code. I will look into that also when I get home. It only affects incoming network traffic not the RF side. I think that maybe this is what you are seeing. I hope so. Jonathan G4KLX |
Ok, you got it and we have patience enought to wait for it :-) |
I would love to help with this if I can. I may need some support to start me off but i'm more than willing to give it a try! We have 3 networks linked on our repeater (all on TS2, XLX on TG6, DMR+ on TG8 and BM on TG9) and we often lose calls because another network has grabbed the TS before the network traffic from the wanted TG comes back. It would be great if we can detect an RF user and which TG they are using then mute the other networks for x seconds. |
This already exists. It's called Timeout in [General] and you can use NetTimeout and RFTimeout to control the different times for network and RF traffic respectively. |
@m0lmk DMRGateway/MMDVMHost does not designed for duplex using In multiple DMR networks(with congested), How about use store&forward buffer for conflicted/discarded network traffics? But this mitigations also has issue: Buffered traffic conflicts realtime network->RF traffics when your DMR network really congested. |
Good idea about allowing full duplex through the DMR Gateway. In normal operation this isn't an issue but I can see you point. Each mode in the MMDVM has its own buffer to handle delayed packets and DMR is no different. Putting it at the MMDVM allows for losses and delays throughout the network up until the modem. There have been cases where people have had their gateways remote from their repeater, and that link was not always reliable. I'll look into the duplex issue. |
I spoke too soon. I find nothing in the DMR Gateway that will stop full duplex operation. Maybe the issue is in the host? |
Lol you spoke too soon... For example... XLX + DMR#1~4 configured/connected.
Your voice(or TG/Reflector control) always discarded by DMRGateway whatever TS at Network#1,3,4. Also can not control Network#2's TS2. Am I too experimental? I amazed anyone does not yet informed or report duplex issues in multiple network enabled situations. |
I think you misunderstand the way that the gateway works, It is a switch, to allow you to have more than one network per slot. If you talk on a network, then that slot will be linked to that network for a period of time to make sure it doesn't switch away, this will allow a normal QSO to take place. After that time, the slot goes to idle and can go to any network based on either RF or network traffic. The rewrite rules are there to allow for mapping of the different networks TGs and so that they don't clash and appear logical. That is why not every slot/TG/Id transform is possible. I think you need something more powerful for experimentation. It may be an idea to start with the DMR Gateway and build on that, but remember this software is for use by normal radio amateurs and is not designed to be complex to understand. |
Hello Jonathan, the DMR Gateway is great. But i, and some others OM´s think it´s miss one little feature. An hold/prio. function for each TS. If there is running too much time between each answer under a QSO, sometimes the Ref. or some other TG from the other net is stealing me the TS on which i'm having a QSO. So if there will be an net hold or prio. for each TS so that the OM can config an hold/prio. time for the last net which was in QSO this will be a super great feature.
73 from Sweden
Tim de SA7BNT
The text was updated successfully, but these errors were encountered: