Revert "修复问题"

This reverts commit 934e82a1d33be6569e5de9c0f7658a245ce48141.
This commit is contained in:
yarnom 2025-11-17 17:53:20 +08:00
parent 21da58fd8a
commit 404890f16f

View File

@ -192,7 +192,7 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
TARGET_BASE_STATION_ID_FOR_1005.equals(deviceBs.getDeviceId())){
buf = insert1005(deviceBs, deviceId, buf);
}
}
}
private ByteBuf insert1005(Device deviceBs, String deviceId, ByteBuf buf){