Sponsored Content
Top Forums UNIX for Advanced & Expert Users GPRS Tunnelling Protocol implementation under UNIX Post 302164382 by 3gtelcotools on Monday 4th of February 2008 06:40:27 PM
Old 02-04-2008
MySQL Open CGF

I have started a project called open-cgf that should address this need. It is currently still being developed, but does accept and decode GTP' for UDP, and I've just started implementing the other messages. It doesn't decode the ASN.1, but will (shortly) write them to disk in encoded format -- without the GTP' header. Decoding ASN.1 CDRs is another project I'm working on.

Coupled with this is will be a test program to exercise it, which should be useful for people implementing CGF's too...

I will be relying on people to test this and report faults as I cannot test it directly. Traces from an existing model network would be appreciated...

You will need to install Erlang before you can run the CGF -- and I've not yet written the instructions for that either Smilie Development is proceeding quite quickly.

If you want to start using this please drop me a line.
 

9 More Discussions You Might Find Interesting

1. IP Networking

UNIX and SNA protocol

Can anyone tell me how I can find out if a server has a SNA connection to a mainframe ? I need to find out at my work which servers use SNA by telnetting to that server and search for it, I just don't know what and where to look for... Any help appreciated ! Ron (2 Replies)
Discussion started by: ronw
2 Replies

2. UNIX for Dummies Questions & Answers

Unix terminal protocol

I need to accomodate terminals running off an NCR UNIX SCO server. I need the protocol so I can get the correct S/W image for the router. (3 Replies)
Discussion started by: de2934
3 Replies

3. UNIX for Advanced & Expert Users

http protocol from UNIX

Is there any way to access http page from UNIX command line.... eg: http://www.abc.xyz (5 Replies)
Discussion started by: bishweshwar
5 Replies

4. UNIX for Advanced & Expert Users

implementation of pim and mospf protocole in unix

hello is there any implementation of msopf and pim protocoles in unix? :confused: (1 Reply)
Discussion started by: jalil smail
1 Replies

5. SCO

How to stop A UDP protocol on Unix

Dear All, Kindly guide how to stop UDP protocol on Sco Unix release 5.0 Regards (2 Replies)
Discussion started by: sak900354
2 Replies

6. UNIX for Dummies Questions & Answers

Hash Table like implementation in unix

Hi all, I just downloaded this example from the net. I was looking around for a hash table like implementation in unix when I came across this. ARRAY=( "cow:moo" "dinosaur:roar" "bird:chirp" "bash:rock" ) for animal in ${ARRAY} ; do KEY=${animal%%:*} ... (8 Replies)
Discussion started by: anindyabecs
8 Replies

7. UNIX for Dummies Questions & Answers

Finding implementation code in UNIX for FAT16/32

So we know that Unix is free source software. And we know that Unix have support for FAT 16 and FAT 32. Does anyone know where can I found that implementation in code ? Thank you. (2 Replies)
Discussion started by: medolina
2 Replies

8. Shell Programming and Scripting

UNIX time command implementation

I want to know about the time command flow of execution. I have a doubt in the time calculation for the command execution. Whether the real time is sum of (time taken to open the unix window + execute the command given infront of the "time" command + close the unix window) or Just the time... (1 Reply)
Discussion started by: sateesh Solapur
1 Replies

9. Shell Programming and Scripting

What kind of transfer protocol we have in UNIX?

I was asked this question on the interview. I know ftp, sftp, scp, rcp. They said one more indi or indy Could you please let me know it? Thanks, Oleg (2 Replies)
Discussion started by: digioleg54
2 Replies
xl2tpd(8)																 xl2tpd(8)

NAME
xl2tpd - Layer 2 Tunnelling Protocol Daemon DESCRIPTION
A Layer 2 Tunneling Protocol VPN client/daemon for Linux and other POSIX-based OSs. Based off of L2TPd 0.61 from http://www.marko.net/l2tp and patches collected by Jacco de Leeuw at http://www.jacco2.dds.nl/networking/openswan-l2tp.html Currently maintained by Xelerance http://www.xelerance.com/software/xl2tpd/ xl2tpd implements the Layer 2 Tunnelling Protocol, defined by RFC 2661. OPTIONS
-D This option prevents xl2tpd from detaching from the terminal and daemonizing. -c <config file> Tells xl2tpd to use an alternate config file. Default is /etc/xl2tpd/xl2tpd.conf. Fallback configuration file is /etc/l2tpd/l2tpd.conf -s <secret file> Tells xl2tpd to use an alternate "secrets" file. Default is /etc/xl2tpd/l2tp-secrets -p <pid file> Tells xl2tpd to use an alternate pid file. Default is /var/run/xl2tpd/xl2tpd.pid -C <control file> Tells xl2tpd to use an alternate control file. Default is /var/run/xl2tpd/l2tp-control FILES
/etc/xl2tpd/xl2tpd.conf /etc/xl2tpd/l2tp-secrets /var/run/l2tp-control BUGS
Please address bugs and comment to xl2tpd-dev@xelerance.com SEE ALSO
xl2tpd.conf(5) AUTHORS
Forked from l2tpd by Xelerance (http://www.xelerance.com/software/xl2tpd/ Michael Richardson <mcr@xelerance.com> Paul Wouters <paul@xelerance.com> Many thanks to Jacco de Leeuw <jacco2@dds.nl> for maintaining l2tpd. Previous development was hosted at sourceforge (http://www.sourceforge.net/projects/l2tpd) by: Scott Balmos <sbalmos@iglou.com> David Stipp <dstipp@one.net> Jeff McAdams <jeffm@iglou.com> Based off of l2tpd version 0.60 Copyright (C)1998 Adtran, Inc. Mark Spencer <markster@marko.net> Jeff McAdams xl2tpd(8)
All times are GMT -4. The time now is 02:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy