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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/16590 )
Change subject: rspro_client_fsm(): Remove outdated/wrong comment from code
......................................................................
rspro_client_fsm(): Remove outdated/wrong comment from code
Since Change-Id I55d5d61922053fd94e2b5a8cdf0d799b29feec98,
rspro_dec_msg() is no longer taking ownership of the msgb.
Change-Id: Ic1e9f35a2ae82b28dbb4b2ba850c257fa9629cbf
---
M src/rspro_client_fsm.c
1 file changed, 0 insertions(+), 2 deletions(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/90/16590/1
diff --git a/src/rspro_client_fsm.c b/src/rspro_client_fsm.c
index f0a9fff..6be2fef 100644
--- a/src/rspro_client_fsm.c
+++ b/src/rspro_client_fsm.c
@@ -161,8 +161,6 @@
 		switch (he->proto) {
 		case IPAC_PROTO_EXT_RSPRO:
 			LOGPFSM(srvc->fi, "Received RSPRO %s\n", msgb_hexdump(msg));
-			/* respro_dec_msg() takes ownership of the input message buffer in successful
-			 * and unsuccessful cases */
 			pdu = rspro_dec_msg(msg);
 			if (!pdu)
 				break;
-- 
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/16590
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Ic1e9f35a2ae82b28dbb4b2ba850c257fa9629cbf
Gerrit-Change-Number: 16590
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191214/672f4694/attachment.htm>