Max has uploaded this change for review. ( https://gerrit.osmocom.org/11938


Change subject: osmo_ipa: update split_combined docs
......................................................................

osmo_ipa: update split_combined docs

Change-Id: I1cc6dc314fa0f147ab64ad29d9b892c3637a51c7
---
M osmopy/osmo_ipa.py
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests 
refs/changes/38/11938/1

diff --git a/osmopy/osmo_ipa.py b/osmopy/osmo_ipa.py
index 462c4ec..b0dcaa6 100755
--- a/osmopy/osmo_ipa.py
+++ b/osmopy/osmo_ipa.py
@@ -116,7 +116,8 @@

     def split_combined(self, data):
         """
-        Split the data which contains multiple concatenated IPA messages into 
tuple (first, rest) where rest contains remaining messages, first is the single 
IPA message
+        Split the data which contains multiple concatenated IPA messages into 
tuple (first, rest) where 'rest' contains
+        remaining messages and 'first' is the single IPA message with. No 
headers are stripped in 'first' or 'rest'.
         """
         if data == None or len(data) == 0:
             return None, None

--
To view, visit https://gerrit.osmocom.org/11938
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1cc6dc314fa0f147ab64ad29d9b892c3637a51c7
Gerrit-Change-Number: 11938
Gerrit-PatchSet: 1
Gerrit-Owner: Max <[email protected]>

Reply via email to