This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Max gerrit-no-reply at lists.osmocom.orgMax 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 <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181126/1c66b420/attachment.htm>