split 'GSUPPdpInfo'() type definition from 'GSUPMessage'()

This commit is contained in:
Harald Welte 2019-08-13 07:37:20 +02:00
parent 0ba5533e1f
commit c92ebfa444
1 changed files with 9 additions and 7 deletions

View File

@ -66,19 +66,21 @@
res => binary()
}.
-type 'GSUPPdpInfo'() :: #{
pdp_context_id => integer(),
pdp_type => integer(),
access_point_name => binary(),
quality_of_service => binary(),
pdp_charging => integer()
}.
-type 'GSUPMessage'() :: #{
message_type := 'GSUPMessageType'(),
imsi := binary(),
cause => integer(),
auth_tuples => ['GSUPAuthTuple'()],
pdp_info_complete => true,
pdp_info_list => [#{
pdp_context_id => integer(),
pdp_type => integer(),
access_point_name => binary(),
quality_of_service => binary(),
pdp_charging => integer()
}],
pdp_info_list => ['GSUPPdpInfo'()],
cancellation_type => integer(),
freeze_p_tmsi => true,
msisdn => binary(),