summaryrefslogtreecommitdiffstats
path: root/trace.h
diff options
context:
space:
mode:
authorSuper User2008-04-13 19:52:42 +0200
committerSuper User2008-04-13 19:52:42 +0200
commit258c2e57a441f1fd8ed779bb2d88992aba3c1e65 (patch)
tree55cab328ddec6e67eb59764037c632550ac1282b /trace.h
parentwork on socket (diff)
downloadlcr-258c2e57a441f1fd8ed779bb2d88992aba3c1e65.tar.gz
lcr-258c2e57a441f1fd8ed779bb2d88992aba3c1e65.tar.xz
lcr-258c2e57a441f1fd8ed779bb2d88992aba3c1e65.zip
work on socket. (don't try yet)
modified: Makefile modified: apppbx.cpp modified: bchannel.c modified: dss1.cpp modified: dss1.h modified: mISDN.cpp modified: mISDN.h deleted: q931.h modified: trace.h
Diffstat (limited to 'trace.h')
-rw-r--r--trace.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/trace.h b/trace.h
index 43578e6..d6bc25d 100644
--- a/trace.h
+++ b/trace.h
@@ -93,10 +93,10 @@
#define L3_RETRIEVE_REJECT_REQ 0x00033700
#define L3_RETRIEVE_REJECT_IND 0x00033702
#ifdef SOCKET_MISDN
-#define L3_ASSIGN_REQ 0x0003f000
-#define L3_ASSIGN_IND 0x0003f002
-#define L3_FREE_REQ 0x0003f100
-#define L3_FREE_IND 0x0003f102
+#define L3_NEW_L3ID_REQ 0x0003f000
+#define L3_NEW_L3ID_IND 0x0003f002
+#define L3_RELEASE_L3ID_REQ 0x0003f100
+#define L3_RELEASE_L3ID_IND 0x0003f102
#else
#define L3_NEW_CR_REQ 0x0003f000
#define L3_NEW_CR_IND 0x0003f002