You can subscribe to this list here.
2002 |
Jan
(32) |
Feb
(5) |
Mar
|
Apr
(6) |
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
(2) |
Oct
|
Nov
(15) |
Dec
(18) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(3) |
Feb
(2) |
Mar
(17) |
Apr
(30) |
May
(10) |
Jun
(4) |
Jul
(12) |
Aug
(23) |
Sep
(7) |
Oct
(9) |
Nov
(9) |
Dec
|
2004 |
Jan
|
Feb
(43) |
Mar
(61) |
Apr
(63) |
May
(45) |
Jun
(19) |
Jul
(38) |
Aug
(24) |
Sep
(44) |
Oct
(48) |
Nov
(30) |
Dec
(42) |
2005 |
Jan
(22) |
Feb
(33) |
Mar
(60) |
Apr
(36) |
May
(62) |
Jun
(55) |
Jul
(98) |
Aug
(115) |
Sep
(127) |
Oct
(156) |
Nov
(53) |
Dec
(46) |
2006 |
Jan
(112) |
Feb
(72) |
Mar
(145) |
Apr
(175) |
May
(69) |
Jun
(43) |
Jul
(110) |
Aug
(45) |
Sep
(53) |
Oct
(66) |
Nov
(96) |
Dec
(85) |
2007 |
Jan
(73) |
Feb
(45) |
Mar
(47) |
Apr
(28) |
May
(28) |
Jun
(35) |
Jul
(29) |
Aug
(17) |
Sep
(17) |
Oct
(44) |
Nov
(30) |
Dec
(35) |
2008 |
Jan
(34) |
Feb
(27) |
Mar
(12) |
Apr
(15) |
May
(17) |
Jun
(10) |
Jul
(6) |
Aug
(11) |
Sep
(2) |
Oct
(8) |
Nov
(5) |
Dec
(6) |
2009 |
Jan
|
Feb
(9) |
Mar
(5) |
Apr
(1) |
May
(2) |
Jun
(5) |
Jul
(8) |
Aug
(1) |
Sep
|
Oct
(4) |
Nov
(3) |
Dec
(4) |
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
(7) |
Oct
(1) |
Nov
(2) |
Dec
(1) |
2012 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(6) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Poorna B. <bha...@gm...> - 2009-12-04 06:58:05
|
Hi, As part of our project we need to install open diameter "opendiameter-1.0.7-i.tar" on the linux machine having the kernel version "2.6.9-55.EL". I understand to install OpenDiameter we need to install ACE and BOOST RPMs as well. Could you please tell me which versions of ACE, BOOST we need to install for the above mentioned kernel version? thanks, Poorna Bhargavi. |
From: Juanjo B. <jjb...@gm...> - 2009-11-06 12:43:19
|
I've tried changing the position of the '-lssl -lcrypto' parameters to a different location (specifically, after the -lACE_SSL parameter), but the problem still persists. I think it may be the second option: "a mismatch between the openssl library that ACE was compiled against vs. the one that I am compiling Opendiameter with". I'll verify my LD_LIBRARY_PATH and try to build again. Thanks a lot Calvin!!! Best regards, Juanjo On Thu, Nov 5, 2009 at 1:16 AM, Calvin Walton <cal...@gm...>wrote: > On Wed, 2009-11-04 at 12:04 -0300, Juanjo Bareiro wrote: > > Hi people, lately I've been having an issue when trying to compile the > > OpenDiameter project on a Solaris Box, and would like to know if > > anybody have passed through this before so maybe he could give me a > > hand or two... Any help shall be very appreciated!! > > Good luck with that. I've done some porting work with it before, I > believe that I have actually gotten it compiling with the Sun Studio > compilers (on Sparc Solaris) at one point with relatively minor code > changes. Unfortunately, I've lost the code, for now... I can look for it > at some point. (It was somewhat of a hack job.) > > > The problem here is that the linker couldn't find the "gcc_s" library, > > so I'll put it explicitly in the command, and here we go again... > > Yeah, Linux folks have it so easy with automatically handled recursive > linking. > > > [(12:07) bareiroj@tst-bill1 > > ~/myroot/openDiameter-1.0.7/libdiamparser]$ g++ -g -O2 -o parser_test1 > > test/aaa_test1.o -L/home/bareiroj/myroot/ACE_wrappers/ace > > -L/usr/sfw/lib/64 -lssl -lcrypto -lACE_SSL -lACE -lACEXML > > -lACEXML_Parser ../libdiamparser/.libs/libdiamparser.a > /usr/sfw/lib/sparcv9/libstdc++.so -L/usr/sfw/lib/sparcv9 > /usr/sfw/lib/sparcv9/libgcc_s.so.1 -Wl,-R -Wl,/usr/sfw/lib/sparcv9 -Wl,-R > -Wl,/usr/sfw/lib/sparcv9 -m64 > > ld: warning: file /usr/sfw/lib/64/libstdc++.so: linked > > to /usr/sfw/lib/sparcv9/libstdc++.so: attempted multiple inclusion of > > file > > ld: warning: file /usr/sfw/lib/64/libgcc_s_sparcv9.so: linked > > to /usr/sfw/lib/sparcv9/libgcc_s.so.1: attempted multiple inclusion of > > file > > ld: warning: file /usr/sfw/lib/64/libgcc_s_sparcv9.so: linked > > to /usr/sfw/lib/sparcv9/libgcc_s.so.1: attempted multiple inclusion of > > file > > Undefined first referenced > > symbol in file > > BIO_set_flags > /home/bareiroj/myroot/ACE_wrappers/ace/SSL/libACE_SSL.so > > BIO_clear_flags > /home/bareiroj/myroot/ACE_wrappers/ace/SSL/libACE_SSL.so > > ld: fatal: Symbol referencing errors. No output written to > > parser_test1 > > collect2: ld returned 1 exit status > > > > At this point I really don't have a clue whatsoever of what I need to > > do or what the error seems to be. Do anybody have any ideas? > > Hmm. the 'BIO_set_flags' and 'BIO_clear_flags' functions should be part > of '-lcrypto'. This could possibly be a library ordering error. Try > moving '-lssl -lcrypto' to a different location in the command. > > This could also be an issue with a mismatch between the openssl library > that ACE was compiled against vs. the one that you are compiling > Opendiameter with. Check that your library paths are finding the correct > version! > > > Best regards! > > > > Juanjo > > -- > Calvin Walton <cal...@gm...> > > |
From: Calvin W. <cal...@gm...> - 2009-11-05 04:16:33
|
On Wed, 2009-11-04 at 12:04 -0300, Juanjo Bareiro wrote: > Hi people, lately I've been having an issue when trying to compile the > OpenDiameter project on a Solaris Box, and would like to know if > anybody have passed through this before so maybe he could give me a > hand or two... Any help shall be very appreciated!! Good luck with that. I've done some porting work with it before, I believe that I have actually gotten it compiling with the Sun Studio compilers (on Sparc Solaris) at one point with relatively minor code changes. Unfortunately, I've lost the code, for now... I can look for it at some point. (It was somewhat of a hack job.) > The problem here is that the linker couldn't find the "gcc_s" library, > so I'll put it explicitly in the command, and here we go again... Yeah, Linux folks have it so easy with automatically handled recursive linking. > [(12:07) bareiroj@tst-bill1 > ~/myroot/openDiameter-1.0.7/libdiamparser]$ g++ -g -O2 -o parser_test1 > test/aaa_test1.o -L/home/bareiroj/myroot/ACE_wrappers/ace > -L/usr/sfw/lib/64 -lssl -lcrypto -lACE_SSL -lACE -lACEXML > -lACEXML_Parser ../libdiamparser/.libs/libdiamparser.a /usr/sfw/lib/sparcv9/libstdc++.so -L/usr/sfw/lib/sparcv9 /usr/sfw/lib/sparcv9/libgcc_s.so.1 -Wl,-R -Wl,/usr/sfw/lib/sparcv9 -Wl,-R -Wl,/usr/sfw/lib/sparcv9 -m64 > ld: warning: file /usr/sfw/lib/64/libstdc++.so: linked > to /usr/sfw/lib/sparcv9/libstdc++.so: attempted multiple inclusion of > file > ld: warning: file /usr/sfw/lib/64/libgcc_s_sparcv9.so: linked > to /usr/sfw/lib/sparcv9/libgcc_s.so.1: attempted multiple inclusion of > file > ld: warning: file /usr/sfw/lib/64/libgcc_s_sparcv9.so: linked > to /usr/sfw/lib/sparcv9/libgcc_s.so.1: attempted multiple inclusion of > file > Undefined first referenced > symbol in file > BIO_set_flags /home/bareiroj/myroot/ACE_wrappers/ace/SSL/libACE_SSL.so > BIO_clear_flags /home/bareiroj/myroot/ACE_wrappers/ace/SSL/libACE_SSL.so > ld: fatal: Symbol referencing errors. No output written to > parser_test1 > collect2: ld returned 1 exit status > > At this point I really don't have a clue whatsoever of what I need to > do or what the error seems to be. Do anybody have any ideas? Hmm. the 'BIO_set_flags' and 'BIO_clear_flags' functions should be part of '-lcrypto'. This could possibly be a library ordering error. Try moving '-lssl -lcrypto' to a different location in the command. This could also be an issue with a mismatch between the openssl library that ACE was compiled against vs. the one that you are compiling Opendiameter with. Check that your library paths are finding the correct version! > Best regards! > > Juanjo -- Calvin Walton <cal...@gm...> |
From: Juanjo B. <jjb...@gm...> - 2009-11-04 15:04:47
|
Hi people, lately I've been having an issue when trying to compile the OpenDiameter project on a Solaris Box, and would like to know if anybody have passed through this before so maybe he could give me a hand or two... Any help shall be very appreciated!! A very important data is that (as a rule of thumb of my job place) I have to compile **EVERYTHING** in 64-bits. First, I'll specify the configuration of my machine altogether with some other relevant data: * Machine: SPARC V9 * Operating System: Sun Solaris 5.10 * Compiler: GCC 3.4.6 -- I know that the project requires version 4.x.x of GCC, but until now this has not been a bottleneck, so I'll keep my chances up high by the moment :) * OpenDiameter Source Version: 1.0.7-i Actually I've come to compile all the necessary libs in this order: - BOOST v1.40 (64bits) - OpenSSL v0.9.8k (64bits) - ACE v5.7.4 (64bits) I've searched a lot for some option that would allow the script to target my specific "Machine Architecture/OS/Compiler" (SPARCV9/Solaris5.10/GCC), and I've found the "--build" option, but I just don't know what values I have to pass to it, so I was left with no choice but to let the script guess for one. (Is there any value I can use to accomplish this?) Well, at first I ran the configure script with this options: *./configure --prefix=/home/bareiroj/myroot/librerias/opendiameter/usr/local "CFLAGS=-m64 -I/usr/sfw/include -I/home/bareiroj/myroot/librerias/boost/include" "CPPFLAGS=-m64 -I/usr/sfw/include -I/home/bareiroj/myroot/librerias/boost/include" "LDFLAGS=-L/usr/sfw/lib/64"* no problems so far... So, at this point I issue the "make" command, with this results: [(16:54) bareiroj@tst-bill1 ~/myroot/openDiameter-1.0.7]$ /usr/sfw/bin/gmake Making all in libodutl gmake[1]: Entering directory `/home/bareiroj/myroot/openDiameter-1.0.7/libodutl' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/home/bareiroj/myroot/openDiameter-1.0.7/libodutl' Making all in libdiamparser gmake[1]: Entering directory `/home/bareiroj/myroot/openDiameter-1.0.7/libdiamparser' /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -L/home/bareiroj/myroot/ACE_wrappers/ace -L/usr/sfw/lib/64 -o parser_test1 test/aaa_test1.o -lssl -lcrypto -lACE_SSL -lACE -lACEXML -lACEXML_Parser ../libdiamparser/libdiamparser.la *g++ -g -O2 -o parser_test1 test/aaa_test1.o -L/home/bareiroj/myroot/ACE_wrappers/ace -L/usr/sfw/lib/64 -lssl -lcrypto -lACE_SSL -lACE -lACEXML -lACEXML_Parser ../libdiamparser/.libs/libdiamparser.a /usr/sfw/lib/sparcv9/libstdc++.so -L/usr/sfw/lib/sparcv9 -lgcc_s -Wl,-R -Wl,/usr/sfw/lib/sparcv9 -Wl,-R -Wl,/usr/sfw/lib/sparcv9 *ld: fatal: file test/aaa_test1.o: wrong ELF class: ELFCLASS64 ld: fatal: File processing errors. No output written to parser_test1 collect2: ld returned 1 exit status gmake[1]: *** [parser_test1] Error 1 gmake[1]: Leaving directory `/home/bareiroj/myroot/openDiameter-1.0.7/libdiamparser' gmake: *** [all-recursive] Error 1 Apparently the command above highlighted, lacks the "-m64" option, so I hand-added it and issued that command again: [(12:07) bareiroj@tst-bill1 ~/myroot/openDiameter-1.0.7/libdiamparser]$ *g++ -g -O2 -o parser_test1 test/aaa_test1.o -L/home/bareiroj/myroot/ACE_wrappers/ace -L/usr/sfw/lib/64 -lssl -lcrypto -lACE_SSL -lACE -lACEXML -lACEXML_Parser ../libdiamparser/.libs/libdiamparser.a /usr/sfw/lib/sparcv9/libstdc++.so -L/usr/sfw/lib/sparcv9 -lgcc_s -Wl,-R -Wl,/usr/sfw/lib/sparcv9 -Wl,-R -Wl,/usr/sfw/lib/sparcv9 -m64* ld: fatal: file /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/../../../libgcc_s.so: wrong ELF class: ELFCLASS32 ld: warning: file /usr/sfw/lib/64/libstdc++.so: linked to /usr/sfw/lib/sparcv9/libstdc++.so: attempted multiple inclusion of file ld: fatal: File processing errors. No output written to parser_test1 collect2: ld returned 1 exit status The problem here is that the linker couldn't find the "gcc_s" library, so I'll put it explicitly in the command, and here we go again... [(12:07) bareiroj@tst-bill1 ~/myroot/openDiameter-1.0.7/libdiamparser]$ *g++ -g -O2 -o parser_test1 test/aaa_test1.o -L/home/bareiroj/myroot/ACE_wrappers/ace -L/usr/sfw/lib/64 -lssl -lcrypto -lACE_SSL -lACE -lACEXML -lACEXML_Parser ../libdiamparser/.libs/libdiamparser.a /usr/sfw/lib/sparcv9/libstdc++.so -L/usr/sfw/lib/sparcv9 /usr/sfw/lib/sparcv9/libgcc_s.so.1 -Wl,-R -Wl,/usr/sfw/lib/sparcv9 -Wl,-R -Wl,/usr/sfw/lib/sparcv9 -m64* ld: warning: file /usr/sfw/lib/64/libstdc++.so: linked to /usr/sfw/lib/sparcv9/libstdc++.so: attempted multiple inclusion of file ld: warning: file /usr/sfw/lib/64/libgcc_s_sparcv9.so: linked to /usr/sfw/lib/sparcv9/libgcc_s.so.1: attempted multiple inclusion of file ld: warning: file /usr/sfw/lib/64/libgcc_s_sparcv9.so: linked to /usr/sfw/lib/sparcv9/libgcc_s.so.1: attempted multiple inclusion of file Undefined first referenced symbol in file BIO_set_flags /home/bareiroj/myroot/ACE_wrappers/ace/SSL/libACE_SSL.so BIO_clear_flags /home/bareiroj/myroot/ACE_wrappers/ace/SSL/libACE_SSL.so ld: fatal: Symbol referencing errors. No output written to parser_test1 collect2: ld returned 1 exit status At this point I really don't have a clue whatsoever of what I need to do or what the error seems to be. Do anybody have any ideas? Best regards! Juanjo |
From: Sajith K. <sa...@by...> - 2009-10-26 04:44:02
|
Hi Soumya, I have tried some experiments with the library sometime back and I am not actively using the library now. My understanding is that AAA_SampleClient object corresponds to UE session, and you can create multiple instances. Thanks, Sajith ________________________________ From: sou...@wi... [mailto:sou...@wi...] Sent: Sun 10/25/2009 3:22 AM To: dia...@li...; dia...@li... Subject: [Diameter-developers] To support multiple UE at a time in OpenDiameter Hi Sajith/All, Well I can create multiple instances of AAA_SampleClient in my code.But I dont think that will create multiple sessions for various users. As far my understanding from the code,there is a single session between a single client/server pair from beginning to the end.As inside client.Begin("my_client") the new session is created, and only for the fist instance the flow will go inside if (! m_Fsm.IsRunning()) to create a new instance and start the FSM object. And for all other subsequent instances it wont create a new session as the FSM is already running. Please let me know if my understanding is missing something here. Also I saw its using ACE thread.Can someone guide me how to control those threads from the application for load balancing like distributing authentication of various users to separate threads. Last question any link to Open Diameter implementation for SWx(LTE) Thanks, Soumya -----Original Message----- From: dia...@li... [mailto:dia...@li...] Sent: Sat 10/24/2009 6:06 AM To: dia...@li... Subject: Diameter-developers Digest, Vol 40, Issue 2 Send Diameter-developers mailing list submissions to dia...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/diameter-developers or, via email, send a message with subject or body 'help' to dia...@li... You can reach the person managing the list at dia...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Diameter-developers digest..." Today's Topics: 1. Re: To support multiple UE at a time in OpenDiameter (Sajith Kizhikkepurayil) ---------------------------------------------------------------------- Message: 1 Date: Fri, 23 Oct 2009 10:30:18 -0700 From: "Sajith Kizhikkepurayil" <sa...@by...> Subject: Re: [Diameter-developers] To support multiple UE at a time in OpenDiameter To: <sou...@wi...>, <dia...@li...> Message-ID: <DFB...@hq...> Content-Type: text/plain; charset="us-ascii" Hi Soumya, You can create any number of sessions. You can look at one of the test programs (libdiameter/test/test_client1.cxx) to see how you can do this. In the case of libdiameter/test/test_client1.cxx you should be able to instantiate many instances of AAA_SampleClient to get what you want. Thanks, Sajith ________________________________ From: sou...@wi... [mailto:sou...@wi...] Sent: Thursday, October 22, 2009 10:55 PM To: dia...@li... Subject: [Diameter-developers] To support multiple UE at a time in OpenDiameter Hi, I am a basic user of Open Diameter. Brought up sample client/server pair to add extra application code for SWx layer. My question is, how can trigger multiple parallel request towards the server for different UEs and process their Answers accordingly. >From my understanding in the local config file, already peer info is fixed with the socket and port number. So we can have a single physical connection and also a single session between a client/server pair. So now how to support multiple parallel transactions using threads...does Open Diameter has a internal support for this(could not find in any docs) Or the application code has to spawn threads but then how route so many answers properly to each threads back. Soumya http://www.bytemobile.com/blog This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, do not forward this email to any other person, delete this e-mail and destroy all copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ------------------------------ _______________________________________________ Diameter-developers mailing list Dia...@li... https://lists.sourceforge.net/lists/listinfo/diameter-developers End of Diameter-developers Digest, Vol 40, Issue 2 ************************************************** http://www.bytemobile.com/blog This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, do not forward this email to any other person, delete this e-mail and destroy all copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. |
From: <sou...@wi...> - 2009-10-25 10:22:40
|
Hi Sajith/All, Well I can create multiple instances of AAA_SampleClient in my code.But I dont think that will create multiple sessions for various users. As far my understanding from the code,there is a single session between a single client/server pair from beginning to the end.As inside client.Begin("my_client") the new session is created, and only for the fist instance the flow will go inside if (! m_Fsm.IsRunning()) to create a new instance and start the FSM object. And for all other subsequent instances it wont create a new session as the FSM is already running. Please let me know if my understanding is missing something here. Also I saw its using ACE thread.Can someone guide me how to control those threads from the application for load balancing like distributing authentication of various users to separate threads. Last question any link to Open Diameter implementation for SWx(LTE) Thanks, Soumya -----Original Message----- From: dia...@li... [mailto:dia...@li...] Sent: Sat 10/24/2009 6:06 AM To: dia...@li... Subject: Diameter-developers Digest, Vol 40, Issue 2 Send Diameter-developers mailing list submissions to dia...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/diameter-developers or, via email, send a message with subject or body 'help' to dia...@li... You can reach the person managing the list at dia...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Diameter-developers digest..." Today's Topics: 1. Re: To support multiple UE at a time in OpenDiameter (Sajith Kizhikkepurayil) ---------------------------------------------------------------------- Message: 1 Date: Fri, 23 Oct 2009 10:30:18 -0700 From: "Sajith Kizhikkepurayil" <sa...@by...> Subject: Re: [Diameter-developers] To support multiple UE at a time in OpenDiameter To: <sou...@wi...>, <dia...@li...> Message-ID: <DFB...@hq...> Content-Type: text/plain; charset="us-ascii" Hi Soumya, You can create any number of sessions. You can look at one of the test programs (libdiameter/test/test_client1.cxx) to see how you can do this. In the case of libdiameter/test/test_client1.cxx you should be able to instantiate many instances of AAA_SampleClient to get what you want. Thanks, Sajith ________________________________ From: sou...@wi... [mailto:sou...@wi...] Sent: Thursday, October 22, 2009 10:55 PM To: dia...@li... Subject: [Diameter-developers] To support multiple UE at a time in OpenDiameter Hi, I am a basic user of Open Diameter. Brought up sample client/server pair to add extra application code for SWx layer. My question is, how can trigger multiple parallel request towards the server for different UEs and process their Answers accordingly. >From my understanding in the local config file, already peer info is fixed with the socket and port number. So we can have a single physical connection and also a single session between a client/server pair. So now how to support multiple parallel transactions using threads...does Open Diameter has a internal support for this(could not find in any docs) Or the application code has to spawn threads but then how route so many answers properly to each threads back. Soumya http://www.bytemobile.com/blog This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, do not forward this email to any other person, delete this e-mail and destroy all copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ------------------------------ _______________________________________________ Diameter-developers mailing list Dia...@li... https://lists.sourceforge.net/lists/listinfo/diameter-developers End of Diameter-developers Digest, Vol 40, Issue 2 ************************************************** |
From: Sajith K. <sa...@by...> - 2009-10-23 18:04:38
|
Hi Soumya, You can create any number of sessions. You can look at one of the test programs (libdiameter/test/test_client1.cxx) to see how you can do this. In the case of libdiameter/test/test_client1.cxx you should be able to instantiate many instances of AAA_SampleClient to get what you want. Thanks, Sajith ________________________________ From: sou...@wi... [mailto:sou...@wi...] Sent: Thursday, October 22, 2009 10:55 PM To: dia...@li... Subject: [Diameter-developers] To support multiple UE at a time in OpenDiameter Hi, I am a basic user of Open Diameter. Brought up sample client/server pair to add extra application code for SWx layer. My question is, how can trigger multiple parallel request towards the server for different UEs and process their Answers accordingly. >From my understanding in the local config file, already peer info is fixed with the socket and port number. So we can have a single physical connection and also a single session between a client/server pair. So now how to support multiple parallel transactions using threads...does Open Diameter has a internal support for this(could not find in any docs) Or the application code has to spawn threads but then how route so many answers properly to each threads back. Soumya http://www.bytemobile.com/blog This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, do not forward this email to any other person, delete this e-mail and destroy all copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. |
From: <sou...@wi...> - 2009-10-23 05:55:43
|
Hi, I am a basic user of Open Diameter. Brought up sample client/server pair to add extra application code for SWx layer. My question is, how can trigger multiple parallel request towards the server for different UEs and process their Answers accordingly. >From my understanding in the local config file, already peer info is fixed with the socket and port number. So we can have a single physical connection and also a single session between a client/server pair. So now how to support multiple parallel transactions using threads...does Open Diameter has a internal support for this(could not find in any docs) Or the application code has to spawn threads but then how route so many answers properly to each threads back. Soumya |
From: Sen O. <he...@gm...> - 2009-08-14 21:02:49
|
Hi All, I am developping both credit control client/server and found less message over here, the www.opendiameter.org is even down now. vfajardo, you mentioned someone had ever developped one of the client/server, any link to the guy? Any one happens to have links to credit control applications? I am at least looking for a "strawman" to shoot on... Thanks SuccessOpenDiameter On Sun, Aug 17, 2008 at 11:26 PM, Mohideen S <smo...@gm...> wrote: > Hi All, > I am using opendiameter 1.0.7i. for developing a > credit control application. I have a AVP payload data which has null > bytes and few relevant bytes after those null bytes. The problem is > while assigning this hex data the OctetSting truncates - obviously- at > the null bytes and hence the remaining bytes are not sent. How can we > pass rawdata as a whole payload into the stringavpwidget without > sacrificing the data after null bytes. > > thanx > moin > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Diameter-developers mailing list > Dia...@li... > https://lists.sourceforge.net/lists/listinfo/diameter-developers > |
From: Johnny W. <jwi...@re...> - 2009-07-18 18:54:23
|
Hi, I have tried to get access to the repository some time ago to improve the usage of ACE but didn't managed to get commit rights. Johnny > -----Original Message----- > From: Victor Fajardo [mailto:vfa...@ms...] > Sent: vrijdag 17 juli 2009 16:42 > To: Marik, Miloslav > Cc: 'dia...@li...' > Subject: Re: [Diameter-developers] Status of Diameter > > Thank you very much. It would be great if we can revive this work again > starting with these patches ... > > > Hi All, > > > > There is number of problems with the "latest" version of the > opendiameter. > > Probably the most important one is performace. Core dump at exit are > rather common. I also experienced some connectivity problems and memory > leaks. > > > > I created a series of patches for the "latest" opendiameter version > last year. These patches together with a short description (if I find > it) are available. > > > > Regards, > > Slavek > > > > This e-mail and any attachment is for authorised use by the intended > recipient(s) only. It may contain proprietary material, confidential > information and/or be subject to legal privilege. It should not be > copied, disclosed to, retained or used by, any other party. If you are > not an intended recipient then please promptly delete this e-mail and > any attachment and all copies and inform the sender. Thank you. > > > > > > > > --------------------------------------------------------------------- > --------- > > Enter the BlackBerry Developer Challenge > > This is your chance to win up to $100,000 in prizes! For a limited > time, > > vendors submitting new applications to BlackBerry App World(TM) will > have > > the opportunity to enter the BlackBerry Developer Challenge. See full > prize > > details at: http://p.sf.net/sfu/Challenge > > _______________________________________________ > > Diameter-developers mailing list > > Dia...@li... > > https://lists.sourceforge.net/lists/listinfo/diameter-developers > > > > > > > ----------------------------------------------------------------------- > ------- > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited > time, > vendors submitting new applications to BlackBerry App World(TM) will > have > the opportunity to enter the BlackBerry Developer Challenge. See full > prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Diameter-developers mailing list > Dia...@li... > https://lists.sourceforge.net/lists/listinfo/diameter-developers |
From: Victor F. <vfa...@ms...> - 2009-07-17 17:17:45
|
Thank you very much. It would be great if we can revive this work again starting with these patches ... > Hi All, > > There is number of problems with the "latest" version of the opendiameter. > Probably the most important one is performace. Core dump at exit are rather common. I also experienced some connectivity problems and memory leaks. > > I created a series of patches for the "latest" opendiameter version last year. These patches together with a short description (if I find it) are available. > > Regards, > Slavek > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. > > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Diameter-developers mailing list > Dia...@li... > https://lists.sourceforge.net/lists/listinfo/diameter-developers > > |
From: Marik, M. <Mil...@ac...> - 2009-07-17 15:01:15
|
Hi All, There is number of problems with the "latest" version of the opendiameter. Probably the most important one is performace. Core dump at exit are rather common. I also experienced some connectivity problems and memory leaks. I created a series of patches for the "latest" opendiameter version last year. These patches together with a short description (if I find it) are available. Regards, Slavek This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. |
From: Paul G. <pg...@te...> - 2009-07-16 15:00:20
|
The last change to the sourcecode repository was February 2008. However, the implementation is fully functional. This paper, http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4610754, found 6 failed test cases, but I didn't find any of them detrimental to my needs for a Diameter stack. -Paul ----- Original Message ----- From: "Dimitrios Giannakopoulos" <d.g...@gm...> To: dia...@li... Sent: Thursday, July 16, 2009 8:55:30 AM GMT -05:00 US/Canada Eastern Subject: [Diameter-developers] Status of Diameter Hello List, I would to ask you what is the status of Diameter implementation? The implementation stopped? D. |
From: Victor F. <vfa...@ms...> - 2009-07-16 14:54:41
|
The implementation is on-hold until there are more volunteers who are committed to continuing the work. If you are interested pls let me know. > Hello List, > > I would to ask you what is the status of Diameter implementation? > The implementation stopped? > > D. > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Diameter-developers mailing list > Dia...@li... > https://lists.sourceforge.net/lists/listinfo/diameter-developers > > |
From: Dimitrios G. <d.g...@gm...> - 2009-07-16 12:55:40
|
Hello List, I would to ask you what is the status of Diameter implementation? The implementation stopped? D. |
From: Sajith K. <sa...@by...> - 2009-07-14 17:22:52
|
Hi, I have developed an Diamater client program that uses OpenDiamater. When I am testing the program with many requests in quick succession I see that the send queue size go very high. My question is, how can I increase the size of send buffer size? Thanks, Sajith http://www.bytemobile.com/blog This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, do not forward this email to any other person, delete this e-mail and destroy all copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. |
From: sharon <dx...@gm...> - 2009-07-08 13:15:08
|
Hi all, We used open diameter as a client to send ACR to an external diameter server, but we found that we may send dupliate End-to-End ID to the server. please read the codes below, do you think the End-to-End ID generated by the code has a chance to be duplicate? class DiameterEndToEndGenerator : public DiameterIdGenerator { public: int Get() { ACE_GUARD_RETURN(ACE_Thread_Mutex,guard,_mutex,-1); if (m_Id == 0) { #ifndef WIN32 struct timeval tv; gettimeofday(&tv, 0); srand((unsigned int)(tv.tv_sec + tv.tv_usec)); m_Id = (unsigned int)(tv.tv_sec) << 20; // set high 12 bit #else srand((unsigned int)time(0)); m_Id = (unsigned int)(rand()) << 20; // set high 12 bit #endif } m_Id &= 0xFFF00000; // clear lower 20 bits m_Id |= rand() & 0x000FFFFF; // set low 20 bits return (m_Id); } public: ACE_Thread_Mutex _mutex; }; I wonder if the rand() generate the same result for several times. Do you think if it's better to change like below: class DiameterEndToEndGenerator : public DiameterIdGenerator { public: int Get() { static ACE_UINT32 loopNumber = 0; ACE_GUARD_RETURN(ACE_Thread_Mutex,guard,_mutex,-1); if (m_Id == 0) { #ifndef WIN32 struct timeval tv; gettimeofday(&tv, 0); srand((unsigned int)(tv.tv_sec + tv.tv_usec)); m_Id = (unsigned int)(tv.tv_sec) << 20; // set high 12 bit #else srand((unsigned int)time(0)); m_Id = (unsigned int)(rand()) << 20; // set high 12 bit #endif loopNumer = rand(); } m_Id &= 0xFFF00000; // clear lower 20 bits m_Id |= (loopNumber++) & 0x000FFFFF; // set low 20 bits return (m_Id); } public: ACE_Thread_Mutex _mutex; }; |
From: Shakthi K. <sha...@gm...> - 2009-06-24 09:56:00
|
Hi, --- On Mon, Jun 22, 2009 at 10:06 AM, Johnny Willemsen<jwi...@re...> wrote: | There haven't been any real changes to XML parsing. Strange that 5.6.9 | doesn't work, that would mean that the upcoming 5.7 probably also doesn't | work. \-- g++-4.3.2 on Fedora 10 now builds ACE-5.6.9 and opendiameter-1.0.7-i fine and it works! The changes were in: * opendiameter/libodutl/ od_utl_xml_sax_parser.h od_utl_xml_sax_parser.cxx. Updated documentation is available here: http://shakthimaan.com/installs/opendiameter.html SK -- Shakthi Kannan http://www.shakthimaan.com |
From: Johnny W. <jwi...@re...> - 2009-06-22 04:38:23
|
Hi, > Replying again to my own post: > > ACE-5.5 builds and runs well with opendiameter-1.0.7-i with g++3.4 on > Fedora 10. I have uploaded the documentation here: > http://shakthimaan.com/installs/opendiameter.html > > ACE-5.5. builds and runs well with opendiameter-1.0.7-i with g++4.1.2 > as well. > > ACE-5.6.9 and ACE_svn builds with opendiameter-1.0.7-i g++4.3.2 on > Fedora 10, but XML parsing doesn't work when running aaad. There haven't been any real changes to XML parsing. Strange that 5.6.9 doesn't work, that would mean that the upcoming 5.7 probably also doesn't work. Johnny |
From: Shakthi K. <sha...@gm...> - 2009-06-20 15:05:23
|
Hi, Replying again to my own post: ACE-5.5 builds and runs well with opendiameter-1.0.7-i with g++3.4 on Fedora 10. I have uploaded the documentation here: http://shakthimaan.com/installs/opendiameter.html ACE-5.5. builds and runs well with opendiameter-1.0.7-i with g++4.1.2 as well. ACE-5.6.9 and ACE_svn builds with opendiameter-1.0.7-i g++4.3.2 on Fedora 10, but XML parsing doesn't work when running aaad. SK -- Shakthi Kannan http://www.shakthimaan.com |
From: Shakthi K. <sha...@gm...> - 2009-06-15 15:16:43
|
Hi, Replying to my own post. --- On Sun, Jun 14, 2009 at 4:31 PM, Shakthi Kannan<sha...@gm...> wrote: | === ERROR === | | # aaad | std::string cfgFile fname = /etc/opendiameter/aaa/config/aaad.xml | std::string main fname = /etc/opendiameter/aaa/config/aaad.xml | (13492|3087804208)--- Cfg Data --- | (13492|3087804208) Thread Cnt: 0 | (13492|3087804208) Diam Cfg File: | (13492|3087804208)--- Application Table --- | (13492|3087804208) Application: | (13492|3087804208) Enabled: true | (13492|3087804208) Local Ident: | (13492|3087804208) User Db File: | (13492|3087804208) Starting diameter core | SAX Parsing exception: Failed to open XML file: | (13492|3087804208) Parsing problem [0]: Failed to open XML file: , for file | Failed to open diameter core !!! \-- In applications/aaa/src/aaad_main.cxx, when I print fname in main() as well as cfgFile(), it prints fname properly as seen above. If I hard-code char *cfgFile in libdiameter/src/aaa_application.cxx in DiameterApplication::Open, === SNIPPET === AAAReturnCode DiameterApplication::Open(char *cfgfile) { char foobar[] = "/etc/opendiameter/aaa/config/aaad.xml"; cfgfile = foobar; === END === then it runs, but aborts at the end: === OUTPUT === [root@fedora opendiameter]# aaad std::string cfgFile fname = /etc/opendiameter/aaa/config/aaad.xml std::string main fname = /etc/opendiameter/aaa/config/aaad.xml (25476|3086587696)--- Cfg Data --- (25476|3086587696) Thread Cnt: 0 (25476|3086587696) Diam Cfg File: (25476|3086587696)--- Application Table --- (25476|3086587696) Application: (25476|3086587696) Enabled: true (25476|3086587696) Local Ident: (25476|3086587696) User Db File: DiameterApplication cfgfile = /etc/opendiameter/aaa/config/aaad.xml (25476|3086587696) Starting diameter core cfgfile = /etc/opendiameter/aaa/config/aaad.xml (25476|3086587696) Product : (25476|3086587696) Version : 0 (25476|3086587696) Vendor Id : 2911104 (25476|3086587696) Dictionary : (25476|3086587696) Identity : (25476|3086587696) Realm : (25476|3086587696) TCP Listen : 0 (25476|3086587696) SCTP Listen : 0 (25476|3086587696) Watch-Dog timeout : 0 (25476|3086587696) Use IPv6 : 1202200 (25476|3086587696) Re-transmission Int : 0 (25476|3086587696) Max Re-trans Int : 10 (25476|3086587696) Recv Buffer Size : 2048 (25476|3086587696) Dumping Peer Table (25476|3086587696) Expire Time 0 (25476|3086587696) Dumping Route Table (25476|3086587696) Exp Time : 0 (25476|3086587696) Max Sess : 2911104 (25476|3086587696) Auth Stateful Auth : stateless (25476|3086587696) Auth Session(T) : 0 (25476|3086587696) Auth Lifetime(T) : 1202200 (25476|3086587696) Auth Grace(T) : 0 (25476|3086587696) Auth Abort(T) : 2911104 (25476|3086587696) Acct Session(T) : 0 (25476|3086587696) Acct Interim Int : 0 (25476|3086587696) Acct Real-Time : 1202200 (25476|3086587696) Debug Log : disabled (25476|3086587696) Trace Log : disabled (25476|3086587696) Info Log : disabled (25476|3086587696) Console Log : disabled (25476|3086587696) Syslog Log : disabled terminate called without an active exception Aborted === END === So, which functions or files change *cfgfile between these two functions? AAAD_FRAMEWORK().Start(fname) in applications/aaa/src/aaad_main.cxx invokes Start() method in applications/aaa/include/aaad_call_framework.h. But here, the following code fails, I believe: === SNIPPET CODE === if (m_Core.Open((char*)AAAD_CFG_DATA()->DiameterCfgFile().data(), m_Task) != AAA_ERR_SUCCESS) { AAAD_LOG(LM_INFO, "Failed to open diameter core !!!\n"); return (-1); } === END === Who is supposed to initialize the DiameterCfgFile().data? If I print AAAD_LOG in Start() function, it stops at: === OUTPUT === [root@fedora opendiameter]# aaad std::string cfgFile fname = /etc/opendiameter/aaa/config/aaad.xml std::string main fname = /etc/opendiameter/aaa/config/aaad.xml AAAD_CallFramework Start cfgFile = /etc/opendiameter/aaa/config/aaad.xml AAAD_CFG_DATA()->DiameterCfgFile().data() = (27649|3086681904)--- Cfg Data --- (27649|3086681904) Thread Cnt: 1818313567 (27649|3086681904) Diam Cfg File: (27649|3086681904)--- Application Table --- (27649|3086681904) Application: (27649|3086681904) Enabled: true (27649|3086681904) Local Ident: (27649|3086681904) User Db File: (27649|3086681904) AAAD cannot start task === END === SK -- Shakthi Kannan http://www.shakthimaan.com |
From: Shakthi K. <sha...@gm...> - 2009-06-14 11:01:42
|
Hi, * I have successfully built and installed ACE_Wrappers (5.6.9) and opendiameter (1.0.7-i) on Fedora 10 to /usr/local. * I have copied applications/aaa/config and applications/nas/config to /etc/opendiameter. * LD_LIBRARY_PATH has been exported to include /usr/local/lib. When I try aaad, I get the following error: === ERROR === # aaad (13492|3087804208)--- Cfg Data --- (13492|3087804208) Thread Cnt: 0 (13492|3087804208) Diam Cfg File: (13492|3087804208)--- Application Table --- (13492|3087804208) Application: (13492|3087804208) Enabled: true (13492|3087804208) Local Ident: (13492|3087804208) User Db File: (13492|3087804208) Starting diameter core SAX Parsing exception: Failed to open XML file: (13492|3087804208) Parsing problem [0]: Failed to open XML file: , for file Failed to open diameter core !!! === END === I saw a relevant post here: http://sourceforge.net/mailarchive/forum.php?thread_name=4171BB396C058D41A6D4D0FBD158044B1F6ADDAF%40ng-ex-mbx01&forum_name=diameter-developers It would be helpful if a sample *working* configuration is provided. The following are the .xml file contents used in Fedora 10: === aaad.xml === <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE aaad SYSTEM "aaad.dtd"> <aaad> <!-- Thread count that should be started for the open diameter framework --> <thread_count>5</thread_count> <!-- Diameter configuration file --> <diameter_cfg_file>/etc/opendiameter/aaa/config/aaad_diameter_server.xml</diameter_cfg_file> <!-- The following is a list of applications supported by this diameter peer --> <applications> <application_entry> <name>diameter_eap</name> <enabled>true</enabled> <diameter_eap> <!-- diameter eap specific. This section is application specific. For diameter eap we only have the user database and local identity information. See aaad_user_db.xml for details.--> <!-- Local identity --> <local_identity>aa...@op...</local_identity> <!-- User Db --> <user_db>/etc/opendiameter/aaa/config/aaad_user_db.xml</user_db> </diameter_eap> </application_entry> </applications> </aaad> === END === === aaad_diameter_server.xml=== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration SYSTEM "aaad_diameter_server.dtd"> <configuration> <general> <product>Open Diameter</product> <version>1</version> <vendor_id>0</vendor_id> <supported_vendor_id>0</supported_vendor_id> <supported_vendor_id>1</supported_vendor_id> <auth_application_id>1</auth_application_id> <auth_application_id>2</auth_application_id> <auth_application_id>5</auth_application_id> <auth_application_id>2000</auth_application_id> <auth_application_id>10000</auth_application_id> <acct_application_id>3</acct_application_id> <acct_application_id>4</acct_application_id> <acct_application_id>20000</acct_application_id> <vendor_specific_application_id> <vendor_id>31</vendor_id> <auth_application_id>1</auth_application_id> </vendor_specific_application_id> <vendor_specific_application_id> <vendor_id>41</vendor_id> <acct_application_id>6</acct_application_id> </vendor_specific_application_id> </general> <parser> <dictionary>/etc/opendiameter/aaa/config/aaad_diameter_dictionary.xml</dictionary> </parser> <transport_mngt> <identity>localaaa.localdomain1.net</identity> <realm>localdomain1.net</realm> <tcp_listen_port>1812</tcp_listen_port> <sctp_listen_port>1813</sctp_listen_port> <use_ipv6>0</use_ipv6> <watchdog_timeout>4</watchdog_timeout> <reconnect_interval>30</reconnect_interval> <reconnect_max>3</reconnect_max> <request_retransmission_interval>10</request_retransmission_interval> <max_request_retransmission_count>3</max_request_retransmission_count> <receive_buffer_size>2048</receive_buffer_size> <advertised_hostname>localaaa.localdomain1.net</advertised_hostname> <peer_table> <expiration_time>1</expiration_time> <peer> <hostname>localnas.localdomain2.net</hostname> <port>1811</port> <use_sctp>0</use_sctp> <tls_enabled>0</tls_enabled> </peer> </peer_table> <route_table> <expire_time>0</expire_time> <route> <realm>localdomain2.net</realm> <role>0</role> <redirect_usage>0</redirect_usage> <application> <application_id>1</application_id> <vendor_id>0</vendor_id> <peer_entry> <server>localnas.localdomain2.net</server> <metric>2</metric> </peer_entry> </application> </route> <default_route> <realm>localdomain1.net</realm> <role>0</role> <redirect_usage>0</redirect_usage> <application> <application_id>3</application_id> <vendor_id>0</vendor_id> <peer_entry> <server>localnas.localdomain2.net</server> <metric>4</metric> </peer_entry> </application> </default_route> </route_table> </transport_mngt> <session_mngt> <max_sessions>10000</max_sessions> <auth_sessions> <stateful>1</stateful> <session_timeout>30</session_timeout> <lifetime_timeout>360</lifetime_timeout> <grace_period_timeout>30</grace_period_timeout> <abort_retry_timeout>20</abort_retry_timeout> </auth_sessions> <acct_sessions> <session_timeout>30</session_timeout> <interim_interval>5</interim_interval> <realtime>1</realtime> </acct_sessions> </session_mngt> <log> <flags> <debug>enabled</debug> <trace>enabled</trace> <info>enabled</info> </flags> <target> <console>enabled</console> <syslog>enabled</syslog> </target> </log> </configuration> === END === What could be the reason? Appreciate any help in this regard. SK -- Shakthi Kannan http://www.shakthimaan.com |
From: Vishal D. <vis...@hf...> - 2009-05-15 13:23:29
|
Hi all, I want to communicate server/client(aaa_test_server1) on two different machines. Server IP: 172.17.25.26 Client IP: 172.17.26.29 Kindly provide the running configuration files for this. Thanks, Vishal Dhingra Disclaimer: This e-mail & attachment(s) within it are for sole use of intended recipient(s) & may contain confidential & privileged information. If you are not the intended recipient, please intimate the sender by replying to this email & destroy all copies & the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited & unlawful. The recipient acknowledges that COMPANY , its subsidiaries, associated companies or persons authorized by it (collectively "THE Group"), are unable to exercise control, ensure, guarantee the integrity of/over the contents of the information contained in e-mail transmissions & further acknowledges that any views expressed in this message are those of the individual sender & no binding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of THE Group. |
From: Vishal D. <vis...@hf...> - 2009-05-15 12:00:02
|
Hi All, Whenever I am running the client/server application then I am getting no values are assigned to variables like I am running the ./aaa_test_agent demo application. I am using the config/agent.local.xml file A object is declared DiameterXMLConfigParser Parser; When it calls the Parser.load() method. Then it does not the values. The sample o/p is given as [root@prepaidIVR libdiameter]# ./aaa_test_agent (9474|16384) Starting diameter core (9474|16384) Product : (9474|16384) Version : 0 (9474|16384) Vendor Id : 0 (9474|16384) Vendor Specific Id : (9474|16384) Vendor=--- --- (9474|16384) Vendor Specific Id : (9474|16384) Vendor=--- --- (9474|16384) Dictionary : (9474|16384) Identity : (9474|16384) Realm : (9474|16384) TCP Listen : 0 (9474|16384) SCTP Listen : 0 (9474|16384) Watch-Dog timeout : 0 (9474|16384) Use IPv6 : 0 (9474|16384) Re-transmission Int : 0 (9474|16384) Max Re-trans Int : 0 (9474|16384) Recv Buffer Size : 2048 (9474|16384) Dumping Peer Table (9474|16384) Expire Time 0 (9474|16384) Peer : Host = , Port = 0, TLS = 0 (9474|16384) Peer : Host = , Port = 0, TLS = 0 (9474|16384) Peer : Host = , Port = 0, TLS = 0 (9474|16384) Peer : Host = , Port = 0, TLS = 0 (9474|16384) Dumping Route Table (9474|16384) Exp Time : 0 (9474|16384) Route : Realm = , Action = 0, Redirect-Usage = 0 (9474|16384) Application Id=0, Vendor=0 (9474|16384) Server = , metric = 0 (9474|16384) Default Route (9474|16384) Route : Realm = , Action = 0, Redirect-Usage = 0 (9474|16384) Application Id=0, Vendor=0 (9474|16384) Server = , metric = 0 (9474|16384) Max Sess : 0 (9474|16384) Auth Stateful Auth : stateless (9474|16384) Auth Session(T) : 0 (9474|16384) Auth Lifetime(T) : 0 (9474|16384) Auth Grace(T) : 0 (9474|16384) Auth Abort(T) : 0 (9474|16384) Acct Session(T) : 0 (9474|16384) Acct Interim Int : 0 (9474|16384) Acct Real-Time : 0 (9474|16384) Debug Log : disabled (9474|16384) Trace Log : disabled (9474|16384) Info Log : disabled (9474|16384) Console Log : disabled (9474|16384) Syslog Log : disabled terminate called without an active exception Aborted Will you tell me how to solve this problem ? Thanks, Vishal Dhingra Disclaimer: This e-mail & attachment(s) within it are for sole use of intended recipient(s) & may contain confidential & privileged information. If you are not the intended recipient, please intimate the sender by replying to this email & destroy all copies & the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited & unlawful. The recipient acknowledges that COMPANY , its subsidiaries, associated companies or persons authorized by it (collectively "THE Group"), are unable to exercise control, ensure, guarantee the integrity of/over the contents of the information contained in e-mail transmissions & further acknowledges that any views expressed in this message are those of the individual sender & no binding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of THE Group. |
From: Guillermo R. <lle...@gm...> - 2009-04-27 14:54:38
|
I finally could make work opendiameter with tls and PANA, for this, i changed the certificates from ones that are on day, and i had to change the parta about the tls settings, because the files client.eap-tls.xml and server.eap-tls.xml did not work correctly. Do anyone know why this file did not work?, is something about Xerces? (using of obsolete functions) i am thinking of removing the xerces part and parse this .xml file the same way that the other xml files in the distribution |