aboutsummaryrefslogtreecommitdiffstats
path: root/library/MGCP_Types.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'library/MGCP_Types.ttcn')
-rw-r--r--library/MGCP_Types.ttcn3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/MGCP_Types.ttcn b/library/MGCP_Types.ttcn
index 01d4d3af..da1b7f63 100644
--- a/library/MGCP_Types.ttcn
+++ b/library/MGCP_Types.ttcn
@@ -128,7 +128,8 @@ module MGCP_Types {
PT_GSMEFR(110),
PT_GSMHR(111),
PT_AMR(112),
- PT_AMRWB(113)
+ PT_AMRWB(113),
+ PT_CSD(120)
}
} with { encode "TEXT" }