blob: ba37dd48ce76905ac2438a3041bbdaeb5c3f4c29 [file] [log] [blame]
-type prim_spec_name() :: 'request' | 'response' | 'confirm' | 'indication'.
% a primitive how it is used inside the SCCP stack and to the user
-record(primitive, {
subsystem,
gen_name,
spec_name :: prim_spec_name(),
parameters
}).