Skip to content

Commit

Permalink
Updated package build configuration for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwhitten authored and Michael Whitten committed Sep 23, 2020
1 parent c283fd0 commit 76a84e9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 9 deletions.
26 changes: 26 additions & 0 deletions Package Configuration/FeedAndPackageInstaller.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
@echo off

:check_Permissions
echo Administrative permissions required. Detecting permissions...

net session >nul 2>&1
if %errorLevel% == 0 (
echo Success: Administrative permissions confirmed.
goto install
) else (
echo Failure: Current permissions inadequate. Re-run this script as an administrator to continue.
goto end
)



:install
cd C:\Program Files\National Instruments\NI Package Manager\
echo Adding feed...
nipkg feed-add -n=rfmx-signal-creator https://raw.githubusercontent.com/NISystemsEngineering/package-repo/master/rfmx-signal-creator/Packages
echo Installing packages...
nipkg update rfmx-signal-creator
nipkg install --accept-eulas -y rfmx-signal-creator rfmx-signal-creator-plugin-nr rfmx-signal-creator-plugin-wlan

:end
pause >nul
14 changes: 7 additions & 7 deletions Package Configuration/Signal Creator Package.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<FileName>rfmx-signal-creator_1.1.0.1_windows_all.nipkg</FileName>
<Homepage>https://github.com/NISystemsEngineering/rfmx-signal-creator</Homepage>
<MaintainerEmail>michael.whitten@ni.com</MaintainerEmail>
<MaintainerName>National Instruments</MaintainerName>
<MaintainerName>NI</MaintainerName>
<Messages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<PackageName>rfmx-signal-creator</PackageName>
<PackageRelationships />
Expand Down Expand Up @@ -369,7 +369,7 @@
<FileName>rfmx-signal-creator-plugin-nr_1.1.0.1_windows_all.nipkg</FileName>
<Homepage>https://github.comhttps://github.com/NISystemsEngineering/rfmx-signal-creator</Homepage>
<MaintainerEmail>michael.whitten@ni.com</MaintainerEmail>
<MaintainerName>National Instruments</MaintainerName>
<MaintainerName>NI</MaintainerName>
<Messages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<PackageName>rfmx-signal-creator-plugin-nr</PackageName>
<PackageRelationships>
Expand Down Expand Up @@ -445,14 +445,14 @@
<AutoIncrementVersion>Build</AutoIncrementVersion>
<BuildStatus z:Id="i66">
<BuildEverSuccessful>true</BuildEverSuccessful>
<FileName>rfmx-signal-creator-plugin-wlan_1.0.0.3_windows_all.nipkg</FileName>
<Version>1.0.0.3</Version>
<FileName>rfmx-signal-creator-plugin-wlan_1.0.0.4_windows_all.nipkg</FileName>
<Version>1.0.0.4</Version>
</BuildStatus>
<CompanyName>MyCompany</CompanyName>
<CustomExecutes />
<Description>A plugin that enables the Signal Creator for NI-RFmx to parse RFmx Waveform Creator files for WLAN (.tdms) containing WLAN waveform configurations. </Description>
<DisplayName>WLAN Plugin for Signal Creator</DisplayName>
<FileName>rfmx-signal-creator-plugin-wlan_1.0.0.4_windows_all.nipkg</FileName>
<FileName>rfmx-signal-creator-plugin-wlan_1.0.0.5_windows_all.nipkg</FileName>
<Homepage>https://github.comhttps://github.com/NISystemsEngineering/rfmx-signal-creator</Homepage>
<MaintainerEmail>michael.whitten@ni.com</MaintainerEmail>
<MaintainerName>NI</MaintainerName>
Expand All @@ -478,9 +478,9 @@
</PackageRelationships>
<ProductName>MyProduct-2</ProductName>
<ReleaseNotes>Initial release; supports channel bandwidth and standard</ReleaseNotes>
<Section>Application Software</Section>
<Section>Utilities</Section>
<Synopsis>rfmx-signal-creator-plugin-wlan</Synopsis>
<Version>1.0.0.4</Version>
<Version>1.0.0.5</Version>
</Distribution>
</Distributions>
<Feeds>
Expand Down
4 changes: 2 additions & 2 deletions Source/Plugins/NrPlugin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 5G NR Plugin
- **Current Version**: 1.0.0
- **Current Version**: 1.1.0
- **Supported NI-RFmx Versions**: 19.1, 20.0
- **Supported Features**: Implements all NR properties except for CORESETs; these are ignored for now
- **Supported Features**: Implements all NR properties.

0 comments on commit 76a84e9

Please sign in to comment.