3 # Wireshark - Network traffic analyzer
4 # By Gerald Combs <gerald@wireshark.org>
5 # Copyright 1998 Gerald Combs
7 # SPDX-License-Identifier: GPL-2.0-or-later
10 set( PROTOCOL_NAME gsm_map )
12 set( PROTO_OPT _EMPTY_ )
15 ${PROTOCOL_NAME}-exp.cnf
18 set( EXT_ASN_FILE_LIST
19 ../ros/Remote-Operations-Information-Objects.asn
22 set( DATATYPES_ASN_FILES
23 MAP-ExtensionDataTypes.asn
24 MAP-CommonDataTypes.asn
35 set( OPERATIONS_ASN_FILES
36 MAP-LocationServiceOperations.asn
37 MAP-Group-Call-Operations.asn
38 MAP-ShortMessageServiceOperations.asn
39 MAP-SupplementaryServiceOperations.asn
40 MAP-CallHandlingOperations.asn
41 MAP-OperationAndMaintenanceOperations.asn
42 MAP-MobileServiceOperations.asn
50 set( PROPRIETARY_ASN_FILES
56 MobileDomainDefinitions.asn
57 MAP-ApplicationContexts.asn
61 ${DATATYPES_ASN_FILES}
62 MAP-DialogueInformation.asn
63 ${OPERATIONS_ASN_FILES}
68 ${PROPRIETARY_ASN_FILES}
73 packet-${PROTOCOL_NAME}-template.c
74 packet-${PROTOCOL_NAME}-template.h