From 3ce7e64088f2bf0223ad2c17ad17ba07372db14c Mon Sep 17 00:00:00 2001 From: firealarmss Date: Fri, 21 Mar 2025 00:10:52 -0500 Subject: [PATCH] use WUID_FNE for inhibit/uninhibit EXT_FUNC --- dvmconsole/MainWindow.xaml.cs | 4 ++-- fnecore | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dvmconsole/MainWindow.xaml.cs b/dvmconsole/MainWindow.xaml.cs index 2b2676a..d23513a 100644 --- a/dvmconsole/MainWindow.xaml.cs +++ b/dvmconsole/MainWindow.xaml.cs @@ -604,7 +604,7 @@ namespace dvmconsole if (pageWindow.ShowDialog() == true) { 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 { @@ -635,7 +635,7 @@ namespace dvmconsole if (pageWindow.ShowDialog() == true) { 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 { diff --git a/fnecore b/fnecore index b95b6a5..6fa6c22 160000 --- a/fnecore +++ b/fnecore @@ -1 +1 @@ -Subproject commit b95b6a5cbed785bf6c08cb631e0cf2de39a8c8fa +Subproject commit 6fa6c22136d0c00cb7b295a5bcbd54f416168475