[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ns] Strange behaviour of GPRS module



Hi Alfredo,

Message of Di-Fa Chang is absolutely right.

Find in the mail archives the detailed procedure, that I have posted
about month ago.

If any further problems, to not hesitate to arrange some anonymous ftp
or any other
account, so that I could put to you a ready for use patched distribution
(about 50 MB).

Sincerely,
Robert Iakobashvili
[email protected] 

-----Original Message-----
From: Di-Fa Chang [mailto:[email protected]]
Sent: Tuesday, November 27, 2001 4:38 AM
To: Alfredo Todini
Cc: [email protected]
Subject: Re: [ns] Strange behaviour of GPRS module


check:
http://www.isi.edu/nsnam/archive/ns-users/webarch/2001/msg05527.html

On Mon, 26 Nov 2001, Alfredo Todini wrote:

> I have compiled the GPRS module, but I have some problems. First of
all,
> the code I downloaded didn't even compile, it gave me an error at
> line 355 in mac-gprs.h. The compiler didn't accept the declaration:
> static Packet * rxQ[][]
> so I modified it in this way:
> static Packet * rxQ[][SLOTS_PER_FRAME]
> and now it compiles. However on my Linux box I get a segmentation
fault
> when I try to execute the example script (example.tcl). I have also
> compiled the code on a FreeBSD machine, and the script runs correctly;
> however if I try to redirect the output to a file, in this way:
> ns example.tcl > output
> the program crashes again with a segmentation fault!  Has anybody
> experienced these problems?
> Thank you very much.
>
> Alfredo
>
>