gsmmap -> gsm_map to make directory name consistent with filenames

svn path=/trunk/; revision=30470
This commit is contained in:
Kovarththanan Rajaratnam 2009-10-10 12:37:56 +00:00
parent 48724e961a
commit cdcd98e0bb
41 changed files with 12 additions and 12 deletions

View File

@ -46,8 +46,8 @@ SRC_FILES = \
A2W_FLAGS= -b
EXTRA_CNF= \
../gsmmap/gsm_map-exp.cnf
../gsm_map/gsm_map-exp.cnf
../gsmmap/gsm_map-exp.cnf:
(cd ../gsmmap && $(MAKE_CNF_EXPORT))
../gsm_map/gsm_map-exp.cnf:
(cd ../gsm_map && $(MAKE_CNF_EXPORT))

View File

@ -3,7 +3,7 @@
# Copyright 2005-2007 Anders Broman
# $Id$
#.IMPORT ../gsmmap/gsm_map-exp.cnf
#.IMPORT ../gsm_map/gsm_map-exp.cnf
#.EXPORTS

View File

@ -62,10 +62,10 @@ SRC_FILES = \
A2W_FLAGS= -b -L
EXTRA_CNF=../inap/inap-exp.cnf \
../gsmmap/gsm_map-exp.cnf
../gsm_map/gsm_map-exp.cnf
../gsmmap/gsm_map-exp.cnf:
(cd ../gsmmap && $(MAKE_CNF_EXPORT))
../gsm_map/gsm_map-exp.cnf:
(cd ../gsm_map && $(MAKE_CNF_EXPORT))
../inap/inap-exp.cnf:
(cd ../inap && $(MAKE_CNF_EXPORT))

View File

@ -3,7 +3,7 @@
# Anders Broman 2007
# $Id$
#.IMPORT ../gsmmap/gsm_map-exp.cnf
#.IMPORT ../gsm_map/gsm_map-exp.cnf
#.IMPORT ../inap/inap-exp.cnf
#.MODULE

View File

@ -37,7 +37,7 @@ IST-CommandRes,
UU-Data,
ReleaseResourcesArg,
ReleaseResourcesRes,
--- WS added exports needed by gsmmap.asn (extra asn1 file to handle older proto. ver.)
--- WS added exports needed by gsm_map.asn (extra asn1 file to handle older proto. ver.)
RoutingInfo,
CUG-CheckInfo
;

View File

@ -67,7 +67,7 @@ AccessNetworkSignalInfo,
LCSClientExternalID,
LCSClientInternalID,
LCSServiceTypeID,
--- WS added exports needed by gsmmap.asn (extra asn1 file to handle older prot. ver.)
--- WS added exports needed by gsm_map.asn (extra asn1 file to handle older prot. ver.)
ProtocolId,
LCSServiceTypeID
;

View File

@ -27,8 +27,8 @@ DISSECTOR_FILES = \
EXT_ASN_FILE_LIST = \
../gsmmap/MAP-ExtensionDataTypes.asn \
../gsmmap/MAP-LCS-DataTypes.asn
../gsm_map/MAP-ExtensionDataTypes.asn \
../gsm_map/MAP-LCS-DataTypes.asn
ASN_FILE_LIST = \
RRLP-Messages.asn \