Add ASN1 code from some more 3GPP2 dockuments.

svn path=/trunk/; revision=16867
This commit is contained in:
Anders Broman 2005-12-20 18:26:28 +00:00
parent e3c87533ae
commit 17716d3716
3 changed files with 1869 additions and 118 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,4 +34,16 @@ VAL_PTR = &OperationCode
%(DEFAULT_BODY)s
proto_tree_add_item(tree, hf_ansi_map_op_code_fam, tvb, offset-2,1,FALSE);
proto_tree_add_item(tree, hf_ansi_map_op_code, tvb, offset-1,1,FALSE);
#.FN_PARS DigitsType
VAL_PTR = &parameter_tvb
#.FN_BODY DigitsType
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if parameter_tvb{
dissect_ansi_map_digits_type();
}
#.END

View File

@ -32,8 +32,31 @@
* Title 3GPP2 Other
*
* Cellular Radiotelecommunications Intersystem Operations
* 3GPP2 N.S0005-0 v 1.0 ANSI/TIA/EIA-41-D XXX incomplete
*/
* 3GPP2 N.S0005-0 v 1.0 ANSI/TIA/EIA-41-D
*
* Network Support for MDN-Based Message Centers
* 3GPP2 N.S0024-0 v1.0 IS-841
*
* Enhanced International Calling
* 3GPP2 N.S0027 IS-875
*
* ANSI-41-D Miscellaneous Enhancements Revision 0
* 3GPP2 N.S0015 PN-3590 (ANSI-41-E)
*
* Authentication Enhancements
* 3GPP2 N.S0014-0 v1.0 IS-778
*
* DCCH (Clarification of Audit Order with Forced
* Re-Registration in pre-TIA/EIA-136-A Implementation
* 3GPP2 A.S0017-B IS-730
*
* UIM
* 3GPP2 N.S0003
*
* WIN Phase 2
* 3GPP2 N.S0004-0 v1.0 IS-848
*
*/
#ifdef HAVE_CONFIG_H
# include "config.h"