From 49ddef610a003f1000422284bf31a653249cf09e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 16 Aug 2019 12:22:29 +0200 Subject: gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IE This is a bit of a hack, as we want to maintain binary compatibility without breaking existing users of libosmocore. To do so, we use the 'num_auth_vectors' field in two ways now: * In the existing use case as part of SEND_AUTH_INFO_RESPONSE, it indicates the number of vectors stored in the 'auth_vectors' field * In the new use case as part of SEND_AUTH_INFO_REQUEST, it indicates the number of vectors actually requested by the MSC/SGSN/MME. Change-Id: Iaecc47280f8ce54f3e3a888c1cfc160735483d0f --- tests/gsup/gsup_test.ok | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/gsup/gsup_test.ok') diff --git a/tests/gsup/gsup_test.ok b/tests/gsup/gsup_test.ok index db8bc2f6..ef2aec67 100644 --- a/tests/gsup/gsup_test.ok +++ b/tests/gsup/gsup_test.ok @@ -77,4 +77,6 @@ Test GSUP message decoding/encoding E Abort OK Testing E Routing Error E Routing Error OK + Testing Send Authentication Info Request (10 Vectors) + Send Authentication Info Request (10 Vectors) OK Done. -- cgit v1.2.3