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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed May 16 12:48:42 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/98/9198/1

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: newchange
Gerrit-Change-Id: Ide7fe148cc762153330b08f66737816ceed96cb2
Gerrit-Change-Number: 9198
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180516/e1ac8d2f/attachment.htm>


More information about the gerrit-log mailing list