Change in libosmo-abis[master]: tests: Use API e1inp_line_put2 instead of deprecated e1inp_line_put

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/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Jul 20 15:27:36 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/19282 )

Change subject: tests: Use API e1inp_line_put2 instead of deprecated e1inp_line_put
......................................................................

tests: Use API e1inp_line_put2 instead of deprecated e1inp_line_put

Change-Id: If3fb68fda1c109f6aa15aa68c5bce285054efda7
---
M tests/e1inp_ipa_bsc_test.c
M tests/e1inp_ipa_bts_test.c
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/tests/e1inp_ipa_bsc_test.c b/tests/e1inp_ipa_bsc_test.c
index a7317f8..12c436b 100644
--- a/tests/e1inp_ipa_bsc_test.c
+++ b/tests/e1inp_ipa_bsc_test.c
@@ -205,7 +205,7 @@
 
 static void sighandler(int foo)
 {
-	e1inp_line_put(line);
+	e1inp_line_put2(line, "ctor");
 	exit(EXIT_SUCCESS);
 }
 
diff --git a/tests/e1inp_ipa_bts_test.c b/tests/e1inp_ipa_bts_test.c
index 10fe0e8..d6c3772 100644
--- a/tests/e1inp_ipa_bts_test.c
+++ b/tests/e1inp_ipa_bts_test.c
@@ -244,7 +244,7 @@
 
 static void sighandler(int foo)
 {
-	e1inp_line_put(line);
+	e1inp_line_put2(line, "ctor");
 	exit(EXIT_SUCCESS);
 }
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/19282
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: If3fb68fda1c109f6aa15aa68c5bce285054efda7
Gerrit-Change-Number: 19282
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200720/195eba4e/attachment.htm>


More information about the gerrit-log mailing list