1
2
3
4
5
6
7
8
9
10
11
12
|
{exclusive_decode, {'TCAPPackage',
[{decode_PackageType, ['PackageType',
[{unidirectional, undecoded},
{queryWithPerm, [{componentPortion, parts}]},
{queryWithoutPerm, undecoded},
{response, [{componentPortion, parts}]},
{conversationWithPerm, undecoded},
{conversationWithoutPerm, undecoded},
{abort, undecoded}]]},
{decode_TransactionPDU, ['TransactionPDU',
[{componentPortion, parts}]]}]}}.
|