DSDV Vanet

24 views
Skip to first unread message

Adrian Chrisna

unread,
Oct 14, 2017, 7:56:26 AM10/14/17
to OMNeT++ Users
i'm use dsdv on vanet, and i'm use framework inetmanet. but after running show error. how to fix this problem? can any help me?

<!> Error in module (DSDV_2) DSDVVANET.rsu1.dsdvRouting (id=16) during network initialization: RNG index 1 is out of range (num-rngs=1, check the configuration).

Alfonso Ariza Quintana

unread,
Oct 16, 2017, 4:08:05 AM10/16/17
to omn...@googlegroups.com

Check the configuration, you have a discrepancy between the random generator number that the dsdv must use and the number of random generators that you have active.

 

Probably you have this

**.RNGseed_DSDV = 1

 

But the in this case you need in the configuration this

num-rngs = 2

--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.
Visit this group at https://groups.google.com/group/omnetpp.
For more options, visit https://groups.google.com/d/optout.

Adrian Chrisna

unread,
Oct 16, 2017, 5:39:08 AM10/16/17
to omn...@googlegroups.com
this configuration input in dsdv_2.ned? 

On Mon, Oct 16, 2017 at 3:07 PM, Alfonso Ariza Quintana <aari...@hotmail.com> wrote:

Check the configuration, you have a discrepancy between the random generator number that the dsdv must use and the number of random generators that you have active.

 

Probably you have this

**.RNGseed_DSDV = 1

 

But the in this case you need in the configuration this

num-rngs = 2

 

De: omn...@googlegroups.com [mailto:omnetpp@googlegroups.com] En nombre de Adrian Chrisna
Enviado el: sábado, 14 de octubre de 2017 13:56
Para: OMNeT++ Users <omn...@googlegroups.com>
Asunto: [Omnetpp-l] DSDV Vanet

 

i'm use dsdv on vanet, and i'm use framework inetmanet. but after running show error. how to fix this problem? can any help me?

 

<!> Error in module (DSDV_2) DSDVVANET.rsu1.dsdvRouting (id=16) during network initialization: RNG index 1 is out of range (num-rngs=1, check the configuration).

 

--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/GT39YSV_iqM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to omnetpp+unsubscribe@googlegroups.com.

Alfonso Ariza Quintana

unread,
Oct 16, 2017, 7:37:26 AM10/16/17
to omn...@googlegroups.com

In the ini file

 

De: omn...@googlegroups.com [mailto:omn...@googlegroups.com] En nombre de Adrian Chrisna
Enviado el: lunes, 16 de octubre de 2017 11:39
Para: omn...@googlegroups.com
Asunto: Re: [Omnetpp-l] DSDV Vanet

 

this configuration input in dsdv_2.ned? 

On Mon, Oct 16, 2017 at 3:07 PM, Alfonso Ariza Quintana <aari...@hotmail.com> wrote:

Check the configuration, you have a discrepancy between the random generator number that the dsdv must use and the number of random generators that you have active.

 

Probably you have this

**.RNGseed_DSDV = 1

 

But the in this case you need in the configuration this

num-rngs = 2

 

De: omn...@googlegroups.com [mailto:omn...@googlegroups.com] En nombre de Adrian Chrisna
Enviado el: sábado, 14 de octubre de 2017 13:56
Para: OMNeT++ Users <omn...@googlegroups.com>
Asunto: [Omnetpp-l] DSDV Vanet

 

i'm use dsdv on vanet, and i'm use framework inetmanet. but after running show error. how to fix this problem? can any help me?

 

<!> Error in module (DSDV_2) DSDVVANET.rsu1.dsdvRouting (id=16) during network initialization: RNG index 1 is out of range (num-rngs=1, check the configuration).

 

--

You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/GT39YSV_iqM/unsubscribe.

To unsubscribe from this group and all its topics, send an email to omnetpp+u...@googlegroups.com.

 

--

You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.

Adrian Chrisna

unread,
Oct 16, 2017, 7:49:24 AM10/16/17
to omn...@googlegroups.com
i'm input the configure, but run error. but different error to before my post.

<!> Error in module (DSDV_2) DSDVVANET.vehicle[0].dsdvRouting (id=62) at event #58, t=1: Cannot schedule message (cMessage)event to the past, t=0.28911.


On Mon, Oct 16, 2017 at 6:37 PM, Alfonso Ariza Quintana <aari...@hotmail.com> wrote:

In the ini file

 

De: omn...@googlegroups.com [mailto:omnetpp@googlegroups.com] En nombre de Adrian Chrisna
Enviado el: lunes, 16 de octubre de 2017 11:39
Para: omn...@googlegroups.com
Asunto: Re: [Omnetpp-l] DSDV Vanet

 

this configuration input in dsdv_2.ned? 

On Mon, Oct 16, 2017 at 3:07 PM, Alfonso Ariza Quintana <aari...@hotmail.com> wrote:

Check the configuration, you have a discrepancy between the random generator number that the dsdv must use and the number of random generators that you have active.

 

Probably you have this

**.RNGseed_DSDV = 1

 

But the in this case you need in the configuration this

num-rngs = 2

 

De: omn...@googlegroups.com [mailto:omnetpp@googlegroups.com] En nombre de Adrian Chrisna
Enviado el: sábado, 14 de octubre de 2017 13:56
Para: OMNeT++ Users <omn...@googlegroups.com>
Asunto: [Omnetpp-l] DSDV Vanet

 

i'm use dsdv on vanet, and i'm use framework inetmanet. but after running show error. how to fix this problem? can any help me?

 

<!> Error in module (DSDV_2) DSDVVANET.rsu1.dsdvRouting (id=16) during network initialization: RNG index 1 is out of range (num-rngs=1, check the configuration).

 

--

You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/GT39YSV_iqM/unsubscribe.

To unsubscribe from this group and all its topics, send an email to omnetpp+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/GT39YSV_iqM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to omnetpp+unsubscribe@googlegroups.com.

Alfonso Ariza Quintana

unread,
Oct 16, 2017, 2:16:03 PM10/16/17
to omn...@googlegroups.com

The only possibility is an error in the configuration, the broadcast jitter is bigger than the hello period

 

 

De: omn...@googlegroups.com [mailto:omn...@googlegroups.com] En nombre de Adrian Chrisna
Enviado el: lunes, 16 de octubre de 2017 13:49
Para: omn...@googlegroups.com
Asunto: Re: [Omnetpp-l] DSDV Vanet

 

i'm input the configure, but run error. but different error to before my post.

 

<!> Error in module (DSDV_2) DSDVVANET.vehicle[0].dsdvRouting (id=62) at event #58, t=1: Cannot schedule message (cMessage)event to the past, t=0.28911.

 

On Mon, Oct 16, 2017 at 6:37 PM, Alfonso Ariza Quintana <aari...@hotmail.com> wrote:

In the ini file

 

De: omn...@googlegroups.com [mailto:omn...@googlegroups.com] En nombre de Adrian Chrisna
Enviado el: lunes, 16 de octubre de 2017 11:39
Para: omn...@googlegroups.com
Asunto: Re: [Omnetpp-l] DSDV Vanet

 

this configuration input in dsdv_2.ned? 

On Mon, Oct 16, 2017 at 3:07 PM, Alfonso Ariza Quintana <aari...@hotmail.com> wrote:

Check the configuration, you have a discrepancy between the random generator number that the dsdv must use and the number of random generators that you have active.

 

Probably you have this

**.RNGseed_DSDV = 1

 

But the in this case you need in the configuration this

num-rngs = 2

 

De: omn...@googlegroups.com [mailto:omn...@googlegroups.com] En nombre de Adrian Chrisna
Enviado el: sábado, 14 de octubre de 2017 13:56
Para: OMNeT++ Users <omn...@googlegroups.com>
Asunto: [Omnetpp-l] DSDV Vanet

 

i'm use dsdv on vanet, and i'm use framework inetmanet. but after running show error. how to fix this problem? can any help me?

 

<!> Error in module (DSDV_2) DSDVVANET.rsu1.dsdvRouting (id=16) during network initialization: RNG index 1 is out of range (num-rngs=1, check the configuration).

 

--

You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/GT39YSV_iqM/unsubscribe.

To unsubscribe from this group and all its topics, send an email to omnetpp+u...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/GT39YSV_iqM/unsubscribe.

To unsubscribe from this group and all its topics, send an email to omnetpp+u...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.

Adrian Chrisna

unread,
Oct 17, 2017, 5:22:28 AM10/17/17
to omn...@googlegroups.com
ok i'm, try again
thanks sir.

--

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/GT39YSV_iqM/unsubscribe.

To unsubscribe from this group and all its topics, send an email to omnetpp+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/GT39YSV_iqM/unsubscribe.

To unsubscribe from this group and all its topics, send an email to omnetpp+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/GT39YSV_iqM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to omnetpp+unsubscribe@googlegroups.com.

Adrian Chrisna

unread,
Oct 17, 2017, 10:30:20 PM10/17/17
to omn...@googlegroups.com
i'm smaller the message data but the same error. why?

<!> Error in module (DSDV_2) DSDVVANET.vehicle[0].dsdvRouting (id=62) at event #58, t=1: Cannot schedule message (cMessage)event to the past, t=0.28911.
Reply all
Reply to author
Forward
0 new messages