Sponsored Content
Top Forums UNIX for Advanced & Expert Users GPRS Tunnelling Protocol implementation under UNIX Post 302098200 by Hitori on Friday 1st of December 2006 08:16:57 AM
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:
 

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
String::CamelCase(3pm)					User Contributed Perl Documentation				    String::CamelCase(3pm)

NAME
String::CamelCase - camelcase, de-camelcase VERSION
Version 0.01 SYNOPSIS
use String::CamelCase qw(camelize decamelize wordsplit); print camelize("some_keyword"); # ==> SomeKeyword print decamelize("SomeKeyword"); # ==> some_keyword print wordsplit("some_keyword"); # ==> (some, keyword) print wordsplit("SomeKeyword"); # ==> (Some, Keyword) EXPORT
This module can export two functions, "camelize" and "decamelize". FUNCTIONS
camelize($under_score) convert from under_score text to CamelCase one. decamelize($CamelCase) convert from CamelCase text to under_score one. wordsplit($str) AUTHOR
YAMASHINA Hio, "<hio at cpan.org>" BUGS
Please report any bugs or feature requests to "bug-string-camelcase at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=String-CamelCase>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc String::CamelCase You can also look for information at: o AnnoCPAN: Annotated CPAN documentation <http://annocpan.org/dist/String-CamelCase> o CPAN Ratings <http://cpanratings.perl.org/d/String-CamelCase> o RT: CPAN's request tracker <http://rt.cpan.org/NoAuth/Bugs.html?Dist=String-CamelCase> o Search CPAN <http://search.cpan.org/dist/String-CamelCase> SEE ALSO
CamelCase(en.wikipedia.org) <http://en.wikipedia.org/wiki/CamelCase> CamelCase(ja.wikipedia.org) <http://ja.wikipedia.org/wiki/%E3%82%AD%E3%83%A3%E3%83%A1%E3%83%AB%E3%82%B1%E3%83%BC%E3%82%B9> COPYRIGHT &; LICENSE Copyright 2006 YAMASHINA Hio, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-12-27 String::CamelCase(3pm)
All times are GMT -4. The time now is 09:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy