aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-08-28 14:41:30 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-08-30 15:04:15 +0200
commit3b9a067e9d5e88a2a46bcd310c8057a976266fb9 (patch)
treefa91dd17a70ea8b7909da9a21604cc21202f467a /openbsc/src
parent01d47a82b316f29a6a937ab939105eec9f810fa4 (diff)
mgcp: Document what this MGCP code is doing wrong
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/libmgcp/RFC_VIOLATIONS9
1 files changed, 9 insertions, 0 deletions
diff --git a/openbsc/src/libmgcp/RFC_VIOLATIONS b/openbsc/src/libmgcp/RFC_VIOLATIONS
new file mode 100644
index 000000000..c8fe4adb1
--- /dev/null
+++ b/openbsc/src/libmgcp/RFC_VIOLATIONS
@@ -0,0 +1,9 @@
+The MGCP implementation is not complete and has various bugs:
+
+
+- CallID/ConnID is only verified if present but things work
+ when they are left out.
+- DLCX without ConnID should delete all connections on the
+ endpoint.
+- AUEP should report more details of the endpoint, e.g. if it
+ is available or in use right now.