From 920b22c4733dade054415a99de14e56eaaea1e7f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 16 May 2018 14:32:19 +0200 Subject: 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 --- tests/xua/xua_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ static const struct sccp2sua_testcase sccp2sua_testcases[] = { .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), }, }, }, { -- cgit v1.2.3