Change in libosmo-sccp[master]: tests: xua_test: Fix use of wrong buffer for dest addr

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu May 17 07:18:52 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9198 )

Change subject: tests: xua_test: Fix use of wrong buffer for dest addr
......................................................................

tests: xua_test: Fix use of wrong buffer for dest addr

All the others parts use that buffer as its name indicates.

Change-Id: Ide7fe148cc762153330b08f66737816ceed96cb2
---
M tests/xua/xua_test.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/tests/xua/xua_test.c b/tests/xua/xua_test.c
index 3e370fe..61f21d9 100644
--- a/tests/xua/xua_test.c
+++ b/tests/xua/xua_test.c
@@ -443,7 +443,7 @@
 			.parts = {
 				PARTU32(SUA_IEI_PROTO_CLASS, &sua_proto_class2),
 				PARTU32(SUA_IEI_SRC_REF, &sua_loc_ref_msc),
-				PARTARR(SUA_IEI_DEST_ADDR, &sua_loc_ref_bsc),
+				PARTARR(SUA_IEI_DEST_ADDR, &sua_addr_ssn_bssmap),
 			},
 		},
 	}, {

-- 
To view, visit https://gerrit.osmocom.org/9198
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ide7fe148cc762153330b08f66737816ceed96cb2
Gerrit-Change-Number: 9198
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Assignee: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180517/ae13ba86/attachment.htm>


More information about the gerrit-log mailing list