use WUID_FNE for inhibit/uninhibit EXT_FUNC

pull/1/head
firealarmss 1 year ago
parent 6c63de3325
commit 3ce7e64088

@ -604,7 +604,7 @@ namespace dvmconsole
if (pageWindow.ShowDialog() == true) if (pageWindow.ShowDialog() == true)
{ {
PeerSystem handler = fneSystemManager.GetFneSystem(pageWindow.RadioSystem.Name); PeerSystem handler = fneSystemManager.GetFneSystem(pageWindow.RadioSystem.Name);
IOSP_EXT_FNCT extFunc = new IOSP_EXT_FNCT((ushort)ExtendedFunction.INHIBIT, uint.Parse(pageWindow.RadioSystem.Rid), uint.Parse(pageWindow.DstId)); IOSP_EXT_FNCT extFunc = new IOSP_EXT_FNCT((ushort)ExtendedFunction.INHIBIT, P25Defines.WUID_FNE, uint.Parse(pageWindow.DstId));
RemoteCallData callData = new RemoteCallData RemoteCallData callData = new RemoteCallData
{ {
@ -635,7 +635,7 @@ namespace dvmconsole
if (pageWindow.ShowDialog() == true) if (pageWindow.ShowDialog() == true)
{ {
PeerSystem handler = fneSystemManager.GetFneSystem(pageWindow.RadioSystem.Name); PeerSystem handler = fneSystemManager.GetFneSystem(pageWindow.RadioSystem.Name);
IOSP_EXT_FNCT extFunc = new IOSP_EXT_FNCT((ushort)ExtendedFunction.UNINHIBIT, uint.Parse(pageWindow.RadioSystem.Rid), uint.Parse(pageWindow.DstId)); IOSP_EXT_FNCT extFunc = new IOSP_EXT_FNCT((ushort)ExtendedFunction.UNINHIBIT, P25Defines.WUID_FNE, uint.Parse(pageWindow.DstId));
RemoteCallData callData = new RemoteCallData RemoteCallData callData = new RemoteCallData
{ {

@ -1 +1 @@
Subproject commit b95b6a5cbed785bf6c08cb631e0cf2de39a8c8fa Subproject commit 6fa6c22136d0c00cb7b295a5bcbd54f416168475
Loading…
Cancel
Save

Powered by TurnKey Linux.