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

Ping Pong with Repeater and Update the QRG and RadioID #7

Closed
do1kbl opened this issue Dec 23, 2020 · 9 comments
Closed

Ping Pong with Repeater and Update the QRG and RadioID #7

do1kbl opened this issue Dec 23, 2020 · 9 comments
Labels
enhancement New feature or request question Further information is requested
Milestone

Comments

@do1kbl
Copy link

do1kbl commented Dec 23, 2020

If the Repeater lost the network connection, it looks like the software will not detect it and is not logoff from mmdvm_Server

@do1kbl
Copy link
Author

do1kbl commented Dec 23, 2020

The Radio ID and Frequency will not overwrite the data from .ini file

This is WORKING, it was my Fault!

@smarek
Copy link
Member

smarek commented Dec 24, 2020

If the Repeater lost the network connection, it looks like the software will not detect it and is not logoff from mmdvm_Server

You mean, when MMDVM/HBlink disconnects, HHBridge does not reconnect, or when repeater disconnects it should disconnect from MMDVM/HBlink server?
Former should not happen, there is maintenance routine
Latter is not meant to happen, as losing repeater connection does not mean it should disconnect from mmdvm/hblink master

@smarek
Copy link
Member

smarek commented Dec 24, 2020

The Radio ID and Frequency will not overwrite the data from .ini file

This is WORKING, it was my Fault!

Different issue probably? Please keep one ticket for one issue/topic. Glad this is not a problem, again, if it was your fault, how did you fix it? I'd like to add that to FAQ

@smarek smarek added the question Further information is requested label Dec 24, 2020
@smarek smarek added this to the 2020.2 milestone Dec 24, 2020
@do1kbl
Copy link
Author

do1kbl commented Dec 24, 2020

If the Repeater lost the network connection, it looks like the software will not detect it and is not logoff from mmdvm_Server

You mean, when MMDVM/HBlink disconnects, HHBridge does not reconnect, or when repeater disconnects it should disconnect from MMDVM/HBlink server?
Former should not happen, there is maintenance routine
Latter is not meant to happen, as losing repeater connection does not mean it should disconnect from mmdvm/hblink master

Yes HBLink its not the Problem.
I mean if the Hytera Repeater lost the connection, we have no information about it in the logging. Maybe Its a solution if the Hytera disconnected or lost connection we have a information into the logging or the HBlink will also disconnect that we can see something with the Repeater its not OK.

@smarek
Copy link
Member

smarek commented Dec 24, 2020

Well, it does not exactly disconnect. It's UDP transport not TCP server.
I can log if there was no packet (keepalive/IPSC heartbeat) received for a long time (that would mean the repeater lost connectivity / was turned off / ...)
I can send REPEATER_CLOSING message to HBLINK/MMDVM and wait for repeater to connect again under such conditions. Would that be helpful?

@do1kbl
Copy link
Author

do1kbl commented Dec 24, 2020

maybe with a config bit? ClosedHBIfRepeaterlost ? yes/no
I think the logging its very Helpfull.
Closed the hb connection its an option maybe with confing? What you think?

if the repeater is somewhere, you cannot check whether it is working, you can only see that HB_Client is connected to the server but the repeater no longer sends.

@smarek
Copy link
Member

smarek commented Dec 24, 2020

I think I can close the MMDVM if no Hytera repeater is connected, not on disconnect of single one, because i'm planning on adding support for bridging multiple repeaters, see #5
Yes, the config will be necessary, thank you

@smarek smarek added the enhancement New feature or request label Dec 24, 2020
@smarek
Copy link
Member

smarek commented Dec 25, 2020

I've added logging the SNMP obtained configuration and breakdown of MMDVM sent configuration, so you can check if the data merges correctly within HHB settings

@smarek
Copy link
Member

smarek commented Dec 29, 2020

I've added the request to #5 on todo-list, so this can be closed now

@smarek smarek closed this as completed Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants