Skip to content

Commit 81de09b

Browse files
committed
CA-534 Remove non-UTF-8 characters from xml files.
1 parent 6f2d7a1 commit 81de09b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

SourceVITA49.prf.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Possible settings only compatiable with VITA49 Spectrum Survey Profile</descript
122122

123123
Rule 6.1.6.2-1: Item Packing Fields shall be arranged in the 32-bit wide payload region either according to link-efficient rules or according to processing-efficient rules. All payloads in an IF Data Packet Stream shall be packed identically.
124124

125-
Rule 6.1.6.2-2: When link-efficient packing is implemented all bits in each 32-bit word shall be used for the packing of Item Packing Fields. The only exception is the last 32-bit payload word, which may be only partially filled. Each consecutive Item Packing Field shall reside immediately to the right of the previous one. When the remaining bits in a 32-bit word are fewer than the size of an Item Packing Field, the left-most bits of the next Item Packing Field shall be loaded into the available bit positions. The remaining portion of such an Item Packing Field shall occupy the left-most positions of the next 32-bit word. In this way, Item Packing Fields shall wrap from one
125+
Rule 6.1.6.2-2: When link-efficient packing is implemented all bits in each 32-bit word shall be used for the packing of Item Packing Fields. The only exception is the last 32-bit payload word, which may be only partially filled. Each consecutive Item Packing Field shall reside immediately to the right of the previous one. When the remaining bits in a 32-bit word are fewer than the size of an Item Packing Field, the left-most bits of the next Item Packing Field shall be loaded into the available bit positions. The remaining portion of such an Item Packing Field shall occupy the left-most positions of the next 32-bit word. In this way, Item Packing Fields shall "wrap" from one
126126
32-bit word to the next.
127127
</description>
128128
<value>true</value>
@@ -167,7 +167,7 @@ Rule 6.1.6.2-2: When link-efficient packing is implemented all bits in each 32-b
167167
<action type="external"/>
168168
</simple>
169169
<simple id="VITA49Processing_override::repeating" mode="readwrite" name="repeating" type="ulong">
170-
<description>Rule 6.1.6.3-6: When Sample-Component Repeating is used with complex Cartesian Data Samples, the number of “I” Data Items specified by the Repeat Count parameter shall be packed into sequential Item Packing Fields with earlier Data Items going into lower-numbered Item Packing Fields. This shall be followed by the corresponding “Q” Data Items similarly arranged. The Repeat Count shall range from one to 65,536 with a value of one indicating that Sample-Component Repeating is not in use.
170+
<description>Rule 6.1.6.3-6: When Sample-Component Repeating is used with complex Cartesian Data Samples, the number of "I" Data Items specified by the Repeat Count parameter shall be packed into sequential Item Packing Fields with earlier Data Items going into lower-numbered Item Packing Fields. This shall be followed by the corresponding "Q" Data Items similarly arranged. The Repeat Count shall range from one to 65,536 with a value of one indicating that Sample-Component Repeating is not in use.
171171
</description>
172172
<value>1</value>
173173
<units>number of times the packet may repeat</units>

SourceVITA49.spd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You should have received a copy of the GNU Lesser General Public License along
1919
with this program. If not, see http://www.gnu.org/licenses/.
2020
-->
2121
<!DOCTYPE softpkg PUBLIC "-//JTRS//DTD SCA V2.2.2 SPD//EN" "softpkg.dtd">
22-
<softpkg id="DCE:c8cfe2e0-16d3-11e5-9808-3417ebc4aab5" name="rh.SourceVITA49" type="2.0.0" version="3.0.1">
22+
<softpkg id="DCE:c8cfe2e0-16d3-11e5-9808-3417ebc4aab5" name="rh.SourceVITA49" type="2.0.0" version="3.0.2">
2323
<title></title>
2424
<author>
2525
<name></name>

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ if [ "$1" = "rpm" ]; then
2424
if [ -e rh.SourceVITA49.spec ]; then
2525
mydir=`dirname $0`
2626
tmpdir=`mktemp -d`
27-
cp -r ${mydir} ${tmpdir}/rh.SourceVITA49-3.0.1
28-
tar czf ${tmpdir}/rh.SourceVITA49-3.0.1.tar.gz --exclude=".svn" -C ${tmpdir} rh.SourceVITA49-3.0.1
29-
rpmbuild -ta ${tmpdir}/rh.SourceVITA49-3.0.1.tar.gz
27+
cp -r ${mydir} ${tmpdir}/rh.SourceVITA49-3.0.2
28+
tar czf ${tmpdir}/rh.SourceVITA49-3.0.2.tar.gz --exclude=".svn" -C ${tmpdir} rh.SourceVITA49-3.0.2
29+
rpmbuild -ta ${tmpdir}/rh.SourceVITA49-3.0.2.tar.gz
3030
rm -rf $tmpdir
3131
else
3232
echo "Missing RPM spec file in" `pwd`

cpp/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# You should have received a copy of the GNU Lesser General Public License
1818
# along with this program. If not, see http://www.gnu.org/licenses/.
1919
#
20-
AC_INIT(rh.SourceVITA49, 3.0.1)
20+
AC_INIT(rh.SourceVITA49, 3.0.2)
2121
AM_INIT_AUTOMAKE([nostdinc foreign])
2222
AC_CONFIG_MACRO_DIR([m4])
2323

rh.SourceVITA49.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Prefix: %{_prefix}
3030
%define _infodir %{_prefix}/info
3131

3232
Name: rh.SourceVITA49
33-
Version: 3.0.1
33+
Version: 3.0.2
3434
Release: 1%{?dist}
3535
Summary: Component %{name}
3636

0 commit comments

Comments
 (0)