From 6643727f8a2465c88c58803b9455fe0c529cc1c0 Mon Sep 17 00:00:00 2001
From: Bolin Hsu <bolin.hsu@gmail.com>
Date: Sat, 29 Mar 2014 22:00:16 -0700
Subject: Fix inconsistent naming and docstring

(1) In the XML files, all keys except "log" are used as parameter names.
(2) Most files use the parameter name "log" to flip logging.
    So change the ones that use "logging" or "debug" to "log".
(3) packet_mod constructor does not have the argument payload_length.
(4) Add missing args to some docstrings
(5) Resolve inconsistency between gmsk_demod code and doc
---
 gr-digital/python/digital/packet_utils.py | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'gr-digital/python/digital/packet_utils.py')

diff --git a/gr-digital/python/digital/packet_utils.py b/gr-digital/python/digital/packet_utils.py
index 865f3adbb4..d7aa4e66ca 100644
--- a/gr-digital/python/digital/packet_utils.py
+++ b/gr-digital/python/digital/packet_utils.py
@@ -113,7 +113,9 @@ def make_packet(payload, samples_per_symbol, bits_per_symbol,
         bits_per_symbol: (needed for padding calculation) (int)
         preamble: string of ascii 0's and 1's
         access_code: string of ascii 0's and 1's
+        pad_for_usrp: If true, packets are padded such that they end up a multiple of 128 samples(512 bytes)
         whitener_offset: offset into whitener string to use [0-16)
+        whitening: Whether to turn on data whitening(scrambling) (boolean)
     
     Packet will have access code at the beginning, followed by length, payload
     and finally CRC-32.
-- 
cgit v1.2.3