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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>