Discussion:
How to run mc-twoenbs
Merly Marilyn
2018-11-12 09:51:57 UTC
Permalink
Hello everybody,

I'm newbie in NS3 and i've been trying to run the mc-twoenbs code
from https://github.com/nyuwireless-unipd/ns3-mmwave but it stops at
certain point.
i've followed the instructions executing these two configuration commands:
CXXFLAGS="-Wall" ./waf configure --enable-examples
./waf
And then execute the code. Could you please tell me how to run it.
I've attached a capture.

Greetings
Merly Asuncion
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+***@googlegroups.com.
To post to this group, send email to ns-3-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Michele Polese
2018-11-12 14:00:11 UTC
Permalink
Hi,
from the attached screenshot it seems that the example executes correctly.
The simulation has a finite duration, thus it stops after some time.
Best,
Michele
Post by Merly Marilyn
Hello everybody,
I'm newbie in NS3 and i've been trying to run the mc-twoenbs code from
https://github.com/nyuwireless-unipd/ns3-mmwave but it stops at certain
point.
CXXFLAGS="-Wall" ./waf configure --enable-examples
./waf
And then execute the code. Could you please tell me how to run it.
I've attached a capture.
Greetings
Merly Asuncion
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+***@googlegroups.com.
To post to this group, send email to ns-3-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Merly Marilyn
2018-11-29 23:33:37 UTC
Permalink
Hello Michele,

Thank you for your reply.

Regarding the same code, how can i attach the UE to the lte node and mmwave
node at the same time.
As i understood the ue just attach to the one mmwave node and then it
performs a fastswitching to the next mmwave node.

Greetings

Merly
Post by Merly Marilyn
Hello everybody,
I'm newbie in NS3 and i've been trying to run the mc-twoenbs code from
https://github.com/nyuwireless-unipd/ns3-mmwave but it stops at certain
point.
CXXFLAGS="-Wall" ./waf configure --enable-examples
./waf
And then execute the code. Could you please tell me how to run it.
I've attached a capture.
Greetings
Merly Asuncion
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+***@googlegroups.com.
To post to this group, send email to ns-3-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Michele Polese
2018-11-30 07:41:24 UTC
Permalink
Hi,
the McUeNetDevice UEs already attach to a mmWave and an LTE eNB. However,
in the current implementation, the data plane is served only through one of
the two. You read more about this here:
http://ieeexplore.ieee.org/document/7959177/
https://arxiv.org/abs/1611.04748
If you want to use the data plane in both connections at the same time, you
will to modify the mc-enb-pdcp.cc and mc-ue-pdcp.cc implementations.
Best,
Michele
Post by Merly Marilyn
Hello Michele,
Thank you for your reply.
Regarding the same code, how can i attach the UE to the lte node and
mmwave node at the same time.
As i understood the ue just attach to the one mmwave node and then it
performs a fastswitching to the next mmwave node.
Greetings
Merly
Post by Merly Marilyn
Hello everybody,
I'm newbie in NS3 and i've been trying to run the mc-twoenbs code from
https://github.com/nyuwireless-unipd/ns3-mmwave but it stops at certain
point.
CXXFLAGS="-Wall" ./waf configure --enable-examples
./waf
And then execute the code. Could you please tell me how to run it.
I've attached a capture.
Greetings
Merly Asuncion
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+***@googlegroups.com.
To post to this group, send email to ns-3-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Merly Marilyn
2018-12-07 21:27:58 UTC
Permalink
Hello Michele,

i want to make a HO between the mmWave node and the lte node.
so i've modified here in the code:

NetDeviceContainer mcUeDevs;
mcUeDevs = mmwaveHelper->InstallInterRatHoCapableUeDevice (ueNodes);

So, what else should i add to run the RAT H.O.?

Thank you for you time.

Kind Regards

Merly Asuncion
Post by Merly Marilyn
Hello everybody,
I'm newbie in NS3 and i've been trying to run the mc-twoenbs code from
https://github.com/nyuwireless-unipd/ns3-mmwave but it stops at certain
point.
CXXFLAGS="-Wall" ./waf configure --enable-examples
./waf
And then execute the code. Could you please tell me how to run it.
I've attached a capture.
Greetings
Merly Asuncion
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+***@googlegroups.com.
To post to this group, send email to ns-3-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Michele Polese
2018-12-09 17:38:37 UTC
Permalink
Hi,
notice that we do not currently support the inter RAT feature, but just
LTE/mmWave multi-connectivity, as explained here:
https://github.com/nyuwireless-unipd/ns3-mmwave/releases/tag/V2.0
Best,
Michele

Il giorno sab 8 dic 2018 alle ore 01:28 Merly Marilyn <
Post by Merly Marilyn
Hello Michele,
i want to make a HO between the mmWave node and the lte node.
NetDeviceContainer mcUeDevs;
mcUeDevs = mmwaveHelper->InstallInterRatHoCapableUeDevice (ueNodes);
So, what else should i add to run the RAT H.O.?
Thank you for you time.
Kind Regards
Merly Asuncion
Post by Merly Marilyn
Hello everybody,
I'm newbie in NS3 and i've been trying to run the mc-twoenbs code from
https://github.com/nyuwireless-unipd/ns3-mmwave but it stops at certain
point.
CXXFLAGS="-Wall" ./waf configure --enable-examples
./waf
And then execute the code. Could you please tell me how to run it.
I've attached a capture.
Greetings
Merly Asuncion
--
Posting to this group should follow these guidelines
https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to a topic in the
Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/ns-3-users/9D0O7c4TE2U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
--
Michele Polese

Ph.D. Student
Dept. of Information Engineering (DEI) - SIGNET Research Group
University of Padova
Via Gradenigo 6/B, 35131 Padova (Italy)

email: ***@polese.io
web: polese.io - mmwave.dei.unipd.it
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+***@googlegroups.com.
To post to this group, send email to ns-3-***@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Loading...