Change in python/osmo-python-tests[master]: osmo_ipa: update split_combined docs

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.org
Mon Nov 26 18:51:45 UTC 2018


Max has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, approved



diff --git a/osmopy/osmo_ipa.py b/osmopy/osmo_ipa.py
index 462c4ec..c371023 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. 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: merged
Gerrit-Change-Id: I1cc6dc314fa0f147ab64ad29d9b892c3637a51c7
Gerrit-Change-Number: 11938
Gerrit-PatchSet: 2
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181126/a93bfe9b/attachment.htm>


More information about the gerrit-log mailing list