Re: compiling 1.3.2 on FreeBSD 5.2.1

2004-08-23 Thread Dimitri Aivaliotis
Hello, On Sat, 21 Aug 2004 03:03:15 +0200 Stipe Tolj <[EMAIL PROTECTED]> wrote: > sorry, the patch has been stripped and there was something missing. > Please use the attached one. > > Thank you for the patch. Unfortunately, I'm still getting: gcc -D_REENTRANT=1 -I. -Igw -pthread -I/usr/loc

Re: compiling 1.3.2 on FreeBSD 5.2.1

2004-08-23 Thread Dimitri Aivaliotis
Hello Stipe, If you replace the line +LIBS="$LIBS -pthread" in your patch with +LIBS="$LIBS -lc_r -lkse" then, it will compile. If you include only -lkse, you will get an error like the following in config.log: configure:1955: checking whether the C compiler works configure:1961: ./a

Supported GSM Phones/Modems as SMSC

2004-08-23 Thread Jane P. Ifurung
Hello!   I would like to ask a list of the supported types of modems/phones that act as SMSCs in Kannel ver 1.3.2…I intend to use Nokia 7650 since this is the one readily available. What is the appropriate cable to use? By the way I’m using RedHat 9.   Thank you in advance!    

Re: Supported GSM Phones/Modems as SMSC

2004-08-23 Thread Stipe Tolj
Jane P. Ifurung wrote: Hello! I would like to ask a list of the supported types of modems/phones that act as SMSCs in Kannel ver 1.3.2...I intend to use Nokia 7650 since this is the one readily available. What is the appropriate cable to use? By the way I'm using RedHat 9. AFAIK, the N7650 does n

Re: compiling 1.3.2 on FreeBSD 5.2.1

2004-08-23 Thread Stipe Tolj
Dimitri Aivaliotis wrote: Hello Stipe, If you replace the line +LIBS="$LIBS -pthread" in your patch with +LIBS="$LIBS -lc_r -lkse" then, it will compile. If you include only -lkse, you will get an error like the following in config.log: configure:1955: checking whether the C compiler works

Re: compiling 1.3.2 on FreeBSD 5.2.1

2004-08-23 Thread Stipe Tolj
Dimitri Aivaliotis wrote: Hello Stipe, If you replace the line +LIBS="$LIBS -pthread" in your patch with +LIBS="$LIBS -lc_r -lkse" then, it will compile. If you include only -lkse, you will get an error like the following in config.log: configure:1955: checking whether the C compiler works

Radius accounting problem.

2004-08-23 Thread maddie
Hello All! It is my second post about radius accounting problem. Problem is: spending some time (about 4 ore more hours) radius MSISDN mapping is stucked on ONE MSISDN anr substitute by this all incoming session. I'm using ver. 1.3.2, and radius accounting from Sisco 7207 npe400 vxr ios:

Re: Radius accounting problem.

2004-08-23 Thread Pedro B.
Do not cross-post. \\pb maddie wrote: Hello All! It is my second post about radius accounting problem. Problem is: spending some time (about 4 ore more hours) radius MSISDN mapping is stucked on ONE MSISDN anr substitute by this all incoming session. I'm using ver. 1.3.2, and radius accountin

Re: compiling 1.3.2 on FreeBSD 5.2.1

2004-08-23 Thread Dimitri Aivaliotis
On Mon, 23 Aug 2004 15:47:57 +0200 Stipe Tolj <[EMAIL PROTECTED]> wrote: > what is the libbse.a library for on FreeBSD? Is it required on the > LIBS or does -lc_r work already? The libkse.a library is the pthreads library, as far as I can tell: in /usr/src/lib/libpthread/Makefile: LIB=kse I'

Re: Radius accounting problem.

2004-08-23 Thread Stipe Tolj
maddie wrote: Hello All! It is my second post about radius accounting problem. Problem is: spending some time (about 4 ore more hours) radius MSISDN mapping is stucked on ONE MSISDN anr substitute by this all incoming session. I'm using ver. 1.3.2, and radius accounting from Sisco 7207 npe400

Re[2]: Radius accounting problem.

2004-08-23 Thread maddie
Hello Stipe, Tuesday, August 24, 2004, 4:44:37 AM, you wrote: ST> Sorry, I didn't get it. Can you give it another try and explain in ST> more detailed what the problem is. Ok. I'll try to turn debug ON and send logs. -- Best regards, maddiemailto:[EMAIL PROTECTED]

Thesis project

2004-08-23 Thread Oscar Medina Duarte
Hi all, I'm looking for an interesting topic for my bachelor degree thesis, my first shot is to do something related to my work, that is, sms and protocol related... Any suggestions !?? Here is my topic candidate list so far: Kannel security Design of guidelines to deploy Kannel in a secure hi

Re: Supported GSM Phones/Modems as SMSC

2004-08-23 Thread Rogelio Serrano
Hi I have only tried N6210 N30 modem and siemens TC35. Siemens is the best. I think you need to search the net for the proper cable for the 7650. I think it has an internal data modem. Regards, Roger On 2004-08-23 19:43:12 +0800 Jane P. Ifurung <[EMAIL PROTECTED]> wrote: Hello! I would like to

[PATCH] datatype inconsistency in wsp_strings.c

2004-08-23 Thread Vjacheslav Chekushin
Hi, list. This patch fix quite obviouse data type inconsistency. This make sence in 64 bit environment where sizeof(int) != sizeof(long) -- Vjacheslav Chekushinmailto:[EMAIL PROTECTED] Latvian Mobile Phone Companyhttp://www.lmt.lv --- ../gatew