gsup_protocol: auth_tuple: make rand, sres, kc optional

With only 3G auth data present, there isn't any 2G auth data.
This commit is contained in:
Alexander Couzens 2023-07-19 03:04:03 +02:00 committed by Pau Espin Pedrol
parent daa4d882cf
commit d023f75c55
1 changed files with 2 additions and 2 deletions

View File

@ -228,8 +228,8 @@
16#52 => #{message_type => epdg_tunnel_result, mandatory => [message_class], optional => []}
}).
-define(AUTH_TUPLE_MANDATORY, [rand, sres, kc]).
-define(AUTH_TUPLE_OPTIONAL, [ik, ck, autn, res]).
-define(AUTH_TUPLE_MANDATORY, []).
-define(AUTH_TUPLE_OPTIONAL, [rand, sres, kc, ik, ck, autn, res]).
-define(PDP_INFO_MANDATORY, []).
-define(PDP_INFO_OPTIONAL, [pdp_context_id, pdp_type, access_point_name, quality_of_service, pdp_charging]).