aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-11-17 16:30:58 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-11-27 15:09:10 +0100
commitedfd7e3d94b7868c0a5eb18cde68bb03805fbbb4 (patch)
tree579e734b6fabd51dc71d15a0a24912ace66ed317 /src
parentacfb883011552a54c1d5b1b727466a3f29768e61 (diff)
encoder: Whitespace fixes
Sponsored-by: On-Waves ehf
Diffstat (limited to 'src')
-rw-r--r--src/encoding.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/encoding.cpp b/src/encoding.cpp
index d0dc35c9..e0b545c0 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -213,10 +213,10 @@ void Encoding::write_packet_uplink_assignment(
#endif
bitvec_write_field(dest, wp,0x1,2); // Dynamic Allocation
-
+
bitvec_write_field(dest, wp,0x0,1); // Extended Dynamic Allocation = off
bitvec_write_field(dest, wp,0x0,1); // P0 = off
-
+
bitvec_write_field(dest, wp,0x0,1); // USF_GRANULARITY
bitvec_write_field(dest, wp,0x1,1); // switch TFI : on
bitvec_write_field(dest, wp,tbf->tfi(),5);// TFI
@@ -228,7 +228,7 @@ void Encoding::write_packet_uplink_assignment(
bitvec_write_field(dest, wp,alpha,4); // ALPHA
} else
bitvec_write_field(dest, wp,0x0,1); // Timeslot Allocation
-
+
for (ts = 0; ts < 8; ts++) {
if (tbf->pdch[ts]) {
bitvec_write_field(dest, wp,0x1,1); // USF_TN(i): on
@@ -238,7 +238,7 @@ void Encoding::write_packet_uplink_assignment(
} else
bitvec_write_field(dest, wp,0x0,1); // USF_TN(i): off
}
-// bitvec_write_field(dest, wp,0x0,1); // Measurement Mapping struct not present
+ // bitvec_write_field(dest, wp,0x0,1); // Measurement Mapping struct not present
}