GPRS Tunnelling Protocol implementation under UNIX


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users GPRS Tunnelling Protocol implementation under UNIX
# 1  
Old 12-01-2006
GPRS Tunnelling Protocol implementation under UNIX

I need to implement a program that sends CDRs (just some data) over GTP' (GTP Prime - one of the GPRS Tunnelling Protocols, http://en.wikipedia.org/wiki/GPRS_Tunnelling_Protocol).
Does anybody know where I can find GTP implementation? I'v tryed OpenGGSN (http://sourceforge.net/projects/ggsn/), but it implements only GTP-C and GTP-U protocols (not GTP').

Thanks for your advice!
This User Gave Thanks to Hitori For This Post:
# 2  
Old 02-19-2007
gtp' server

I have one. See http://ipantenna.com
I use cisco csg as client.
I can send to you sources if you will share your CDR generator code with me.
(I am now developing commercial gtp' server and i will use your system for testing).

_
Roman
# 3  
Old 02-22-2007
We have a commercial biling system (T-Interconnect) and use files with CDR's generated by different switches to test owr system, so we cannot send you any CDR generator.

BZW if it is not a secret, can you tell, how many man-month will take GTP' implementation?

Sank you for the reply.
# 4  
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.
# 5  
Old 04-30-2008
Bug open-cgf release 0.1

FYI, if anyone is interest, I've created release 0.1 of open-cgf.

You can download open-cgf v0.1 from here.

All comments are welcome. I kinda need some users.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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 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

7. 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

8. 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

9. 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
Login or Register to Ask a Question