aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-05-25 11:40:32 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-05-25 11:40:32 +0000
commit31e3747eab921d391a7da094d9c7dd815dad64bc (patch)
treec915b1fd8ac1426d3b564bd56e32bcad92106ee0 /asn1
parent5c4151bb8f0c05f3daf77c0529eb83ef5f6530a6 (diff)
get rid of few warnings
svn path=/trunk/; revision=21933
Diffstat (limited to 'asn1')
-rw-r--r--asn1/Makefile.nmake8
-rw-r--r--asn1/h225/h225.cnf5
-rw-r--r--asn1/h235/h235.cnf11
-rw-r--r--asn1/rrlp/rrlp.cnf6
-rw-r--r--asn1/ulp/ulp.cnf14
5 files changed, 33 insertions, 11 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index 89d1d2351f..ac5e74f949 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -242,9 +242,6 @@ clean:
cd tcap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
- cd t38
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
- cd ..
cd ulp
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@@ -553,11 +550,6 @@ tcap::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
-t38::
- cd t38
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
- cd ..
-
ulp::
cd ulp
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
diff --git a/asn1/h225/h225.cnf b/asn1/h225/h225.cnf
index 23906dfa99..b311ca0c99 100644
--- a/asn1/h225/h225.cnf
+++ b/asn1/h225/h225.cnf
@@ -30,8 +30,13 @@ PresentationIndicator
ScreeningIndicator
CallIdentifier
GenericData
+#.END
#----------------------------------------------------------------------------------------
+#.OMIT_ASSIGNMENT
+EncodedFastStartToken
+#.END
+
#.VIRTUAL_ASSGN
FastStart Setup-UUIE/fastStart
#.SET_TYPE
diff --git a/asn1/h235/h235.cnf b/asn1/h235/h235.cnf
index aa7aecb28c..e8000f1612 100644
--- a/asn1/h235/h235.cnf
+++ b/asn1/h235/h235.cnf
@@ -18,12 +18,19 @@ AuthenticationMechanism
SrtpCryptoCapability
SrtpKeys
+#.END
#.OMIT_ASSIGNMENT
-
ECGDSASignature
H235CertificateSignature
-
+
+EncodedGeneralToken
+EncodedPwdCertToken
+EncodedKeySignedMaterial
+EncodedReturnSig
+EncodedKeySyncMaterial
+#.END
+
#.FIELD_RENAME
TypedCertificate/certificate certificatedata
diff --git a/asn1/rrlp/rrlp.cnf b/asn1/rrlp/rrlp.cnf
index e63cadde86..c13fe004ad 100644
--- a/asn1/rrlp/rrlp.cnf
+++ b/asn1/rrlp/rrlp.cnf
@@ -11,12 +11,16 @@ UNALIGNED
#.PDU
PDU
-#.OMIT_ASSIGNMENTS_EXCEPT MAP-LCS-DataTypes
+#.OMIT_ASSIGNMENTS_EXCEPT MAP-LCS-DataTypes
Ext-GeographicalInformation
maxExt-GeographicalInformation
VelocityEstimate
#.END
+#.OMIT_ASSIGNMENT MAP-ExtensionDataTypes
+SLR-ArgExtensionContainer
+#.END
+
#.CLASS MAP-EXTENSION
ExtensionType
extensionId ObjectIdentifierType
diff --git a/asn1/ulp/ulp.cnf b/asn1/ulp/ulp.cnf
index 677297e541..cc3f8fbbe6 100644
--- a/asn1/ulp/ulp.cnf
+++ b/asn1/ulp/ulp.cnf
@@ -10,6 +10,20 @@ UNALIGNED
#.PDU
ULP-PDU
+#.END
+
+
+#.TYPE_RENAME
+FrequencyInfo/modeSpecificInfo FrequencySpecificInfo
+#.END
+
+#.FIELD_RENAME
+FrequencyInfo/modeSpecificInfo modeSpecificFrequencyInfo
+FrequencyInfo/modeSpecificInfo/fdd fdd_fr
+FrequencyInfo/modeSpecificInfo/tdd tdd_fr
+SlpSessionID/sessionID sessionSlpID
+SETId/min minsi
+#.END
#.FN_HDR ULP-PDU
proto_tree_add_item(tree, proto_ulp, tvb, 0, -1, FALSE);