Commit Graph

465 Commits

Author SHA1 Message Date
root 353fe928f9 added script for easy checkout of 1_1 branch 2007-05-21 16:24:49 +02:00
nadi 7e80b25440 Fixes for compiling against mISDN master branch (only). 2007-05-21 15:39:14 +02:00
nadi 7a7a9544bf Adding mISDNdebugtool. Catches the UDP packets sent by the mISDN_debugtool kernel module
and writes a Wireshark compatible dumpfile.
2007-05-21 15:12:01 +02:00
root d05e93f45e preparing 1.1.3 2007-05-09 12:11:43 +02:00
root 5df94f84f7 changed default mISDN dir 2007-05-09 12:09:21 +02:00
Super User d40d0e86c9 Jolly:
Added debug option for isdnbridge.

	modified:   bridge/bridge.c
2007-04-15 12:09:27 +02:00
Super User 65a34a749f Jolly:
now the bridig util is ready. to bridge, just say:

 isdnbridge <port1> <port2>

and they will be bridged. very usefull for L1oIP.

	modified:   Makefile
	new file:   bridge/Makefile
	new file:   bridge/bridge.c
2007-04-14 13:32:18 +02:00
Super User 920d67e950 removed some todo-warnings from layer 3 2007-04-11 17:54:40 +02:00
Super User 2782ab92b4 Timer 312 is off in PTP, so we don't wait for disconnects from other (not existing) terminals. 2007-04-09 01:32:23 +02:00
Super User ebf523a642 Fixed a bug of corrupt frames in NT-mode PRI. Now it works correctly.
ALSO: After we got a release, we don't need to send a release_complete, because this is done by stack.
CHRISTIAN: You must remove the cc_release_complete request after receiving cc_release indication.
If problems, ask!!!!!
Also outgoing DISCONNECT is allowed in outgoing overlap state now.
2007-04-08 23:35:03 +02:00
jolly a3b9c0181b Added DDI for net->user at PTP 2007-04-06 18:02:24 +02:00
crich 9dc33dd9d4 preparing for 1.1.2 2007-04-02 07:04:03 +00:00
crich 1f93a9e40a added CHANGES file to reflect the modifications 2007-04-02 07:03:29 +00:00
crich 53175756de new subminor makefile 2007-03-02 18:21:29 +00:00
crich 1bd7f2474b added VERSION target to Makefile, adjusted MINOR and added .PHONY target 2007-02-13 12:12:21 +00:00
jolly 4faccdf779 Added redirecting number to user stack.
Modified Files:
	mISDNuser/i4lnet/net_l3.c mISDNuser/i4lnet/net_l3.h
2006-12-28 12:24:01 +00:00
crich 939d713a7b added 64bit check for -fPIC for .so file generation. also removed optimization, better debugging is now more important than speed i would say. 2006-12-21 09:25:22 +00:00
crich df6f899366 we do -fPIC only on the .so 2006-12-07 17:00:36 +00:00
mbachem adb9bc4a41 wait for actication request/indication by polling mISDN 2006-11-28 16:21:48 +00:00
crich 2dad255edb preparing first release 1_0_3 2006-11-13 14:56:29 +00:00
crich 8a5acedd6a added makefile targets for very basic release management, based on cvs tags 2006-11-13 14:53:57 +00:00
srichter 406201270d Replace "make" by "$(MAKE)" to allow recursive --dry-run to work 2006-10-19 21:04:02 +00:00
crich 6b25dba0af OBJ-variables where renamed, fixed the .so generation with new name 2006-10-18 12:32:20 +00:00
crich 420159e86f fixed Simons patch, we generate the so files now again (without versions) 2006-10-18 07:10:23 +00:00
srichter ccbc3fadbe Revert patch to build versioned .so files
Inhibit building shared libraries
Add linker scripts to include PIC static libraries in the link if dynamic
 linking is desired. This is slightly suboptimal when linking applications,
 but it is better to err on the side of caution here.
2006-10-18 02:58:24 +00:00
srichter 45bb68073d Remove workaround for amd64 2006-10-18 02:55:34 +00:00
crich b9631b252a added dwmw2's patch for sonames 2006-10-17 12:17:01 +00:00
crich b9d8c222dd added patch for LIBDIR variable from dwmw2 2006-10-17 12:11:16 +00:00
crich d051cb7010 more useful output when port is not useable 2006-10-09 12:34:46 +00:00
crich 63f4e108f0 we generate and install .a also. Thanks to Kevin P. Fleming from digium for this patch 2006-08-16 21:37:11 +00:00
nadi 96fff64a25 suppserv.h doesnt include asn1.h anymore 2006-08-16 14:15:52 +00:00
nadi f68f64e503 suppserv: parsing AOCDCurrency and AOCDChargingUnit 2006-08-16 13:14:54 +00:00
crich 95370825c6 added setting of PWD variable 2006-08-15 18:57:31 +00:00
nadi 0e72ef1805 Moving the asn1 parse and encoding code from the mISDN sources to mISDNuser.
suppserv.h specifies the interface. libsuppserv.so is the lib.
So far, only one portion of CallDeflection is implemented.
2006-08-15 16:29:12 +00:00
crich e02e62d0ed when we have a l2 error, we purge the down_queue now, because it might got stuck due to some reason.. this helps the l2 to recover correctly. 2006-08-09 10:29:44 +00:00
crich 4914853f3d readded dummy process for MT_FACILITY (callref will be -1 for l4) 2006-08-04 08:44:07 +00:00
crich 58afdc500a in manager_l3 we want to make a DL_ESTABLISH|REQ possible without having a proc. in net_l2 we want to make a l2_establish possible in state 4. 2006-07-31 09:52:21 +00:00
crich 0136279b88 * we should _EVERYTIME_ use TEI 0 and SAPI 0 in PTP Mode
* we should not send DL_UNITDATA, neither if the l2_stat0 is 0
* if we get a RELEASE we should send a RELEASE_COMPLETE
2006-07-26 14:40:33 +00:00
crich b0ccdb8bff in PTP we shouldn't ever send out a broadcast setup. I don't understand the l2state0 stuff??? can this be removed, in PTP we NEVER send broadcast setups also not when the l2state is down i think. 2006-07-21 08:15:35 +00:00
crich 7959d19d28 removed useless debugs 2006-07-20 19:32:13 +00:00
crich 5b6ea2454b added mask debug info to debug string, also added Is<L2-Frm-Type> debugging 2006-07-20 10:16:31 +00:00
crich b081e71ed6 first segfault due to new dprint stuff fixed 2006-07-18 16:14:50 +00:00
crich 1a40af19c3 added possibility to port specific debug, also added portspecific debugging to if,l2,l3,net. This might have created segfaults\! therefore i have tagged mISDNuser before with mISDNuser_1_0_2. i have tested most things but not all. 2006-07-18 13:50:03 +00:00
crich 3ce3fd90f5 added timestamp for the debugprint if it's not stdout 2006-06-29 11:43:03 +00:00
crich 2964149b25 In state 2 we may receive disconnect|release.. then we should start t308. In state 19 we may receive disconnect, then we should stay in 19. 2006-06-16 10:02:50 +00:00
crich 4b76b09b00 added t305 2006-06-15 16:08:43 +00:00
crich a76a7e6c00 fixed some include dirs in the misdnportinfo.c 2006-05-09 11:24:19 +00:00
crich 0c02b7cc82 added the misdnportinfo programm, which helps a bit debugging port-options. This can be extended to e.g. show the L1/L2 states 2006-05-08 11:47:51 +00:00
mbachem 6ff761937c sending dummy tei request once per second, reading rx data continously 2006-04-30 18:13:21 +00:00
crich dea224d97a make it possible to install mISDN as non root via INSTALL_PREFIX 2006-04-30 17:52:51 +00:00