Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
61c391bd
Commit
61c391bd
authored
Sep 28, 2006
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MEGACO
parent
bbd6eb34
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
examples/sample.source.MEGACO/Makefile
examples/sample.source.MEGACO/Makefile
+2
-2
examples/sample.source.MEGACO/README
examples/sample.source.MEGACO/README
+4
-4
No files found.
examples/sample.source.MEGACO/Makefile
View file @
61c391bd
...
...
@@ -284,7 +284,7 @@ libsomething_la_SOURCES=$(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)
# This file may be used as an input for make(3)
# Remove the lines below to convert it into a pure .am file
TARGET
=
megaco
D
ump
TARGET
=
megaco
-d
ump
CFLAGS
+=
-DHAVE_CONFIG_H
-DJUNKTEST
-DPDU
=
MegacoMessage
-I
.
OBJS
=
${ASN_MODULE_SOURCES:.c=.o}
${ASN_CONVERTER_SOURCES:.c=.o}
...
...
@@ -318,7 +318,7 @@ regen-makefile:
ASN1CMDOPTS
=
"-fcompound-names"
\
ASN1MODULES
=
"../rfc3525-MEDIA-GATEWAY-CONTROL.asn1"
\
ASN1PDU
=
MegacoMessage
\
PROGNAME
=
megaco
D
ump
\
PROGNAME
=
megaco
-d
ump
\
../sample.makefile.regen
check
:
${TARGET} check-ber check-xer check-per
...
...
examples/sample.source.MEGACO/README
View file @
61c391bd
...
...
@@ -6,12 +6,12 @@ The MEGACO (Media Gateway Control Protocol) PDU decoder.
Invoking `make` will compile the ASN.1 specifications from the rfc3525.txt
in the above directory.
megaco
D
ump USAGE
==============
megaco
-d
ump USAGE
==============
===
./megaco
D
ump MegacoMessage.ber # Print as XML (BASIC-XER)
./megaco
-d
ump MegacoMessage.ber # Print as XML (BASIC-XER)
The full list of recognized command line options may be obtained with
> ./megaco
D
ump -h
> ./megaco
-d
ump -h
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment