- Feb 15, 2021
- Jan 21, 2021
-
-
Laurent Thomas authored
-
Cédric Roux authored
Same logic as previous commit, same caveats.
-
Cédric Roux authored
There was a problem with several UEs in the wireshark log. It seems that wireshark needs the UE id otherwise it gets confused and sees retransmissions where it's just another UE connecting and doing the same as a previous UE. Let's put kind of a UE id. Each RNTI seen by macpdu2wireshark gets an UE id assigned the first time it's seen in a trace. This is a bit hackish but seems to be fine. We could have added UE_id in all the traces, that is change the T() calls in the softmodem. It was less work to do it as it is, ie. only touch macpdu2wireshark.c. The RAR uses the same UE id all the time, may be a problem. To be refined if needed.
-
Cédric Roux authored
You need a recent version of wireshark for this to work properly. Successfully tested with 3.3.2.
-
- Jan 12, 2021
-
-
Adding ue id parameter to pdcp_init Updating tun interface functions for proxy
-
- Jan 10, 2021
-
-
Thomas Laurent authored
-
- Jan 08, 2021
- Dec 26, 2020
-
-
Thomas Laurent authored
-
- Dec 23, 2020
-
-
frtabu authored
-
Thomas Laurent authored
-
Thomas Laurent authored
-
- Dec 11, 2020
-
-
Xue Song authored
-
- Dec 07, 2020
-
-
frtabu authored
-
HARADA Masayuki authored
-
- Dec 03, 2020
-
-
frtabu authored
-
- Dec 01, 2020
-
-
Fixed multiple UE EPC integration by resetting user->ueid=0;. Lots of logs in this commit, will remove later
-
knopp authored
-
- Nov 27, 2020
-
-
Haruki Naoi authored
(cherry picked from commit 04c5431468c9102dd625a73d9e5219b40b638fe3) (cherry picked from commit 17880778c848406e562f98c20f7b7a6428502279) (cherry picked from commit a26f44c197e854dd4261267a3695932392f09265)
-
- Nov 22, 2020
-
-
Michael Cook authored
And CPU affinity. Also, use mlockall to keep our memory from being swapped out.
-
- Nov 17, 2020
-
-
Thomas Laurent authored
-
Xue Song authored
Add rrc_gNB_send_NGAP_PDUSESSION_SETUP_RESP Fix some problems about pdu session setup
-
- Oct 27, 2020
-
-
Xue Song authored
-
- Oct 21, 2020
-
-
Cédric Roux authored
The T tracer macpdu2wireshark has been modified to handle the new traces. The usage is the same as for LTE. In NR the RACH is logged as an LTE RACH. Maybe we'll change that in the future. Looking at the source code of wireshark, I could not find any way to report NR RACH. Maybe they forgot it. Or I did not search correctly...
-
- Oct 20, 2020
-
-
Thomas Schlichter authored
-
- Oct 14, 2020
-
-
He Shanyun authored
-
- Oct 11, 2020
-
-
Michael Cook authored
-
Michael Cook authored
This change is to enable use of gprof which requires the process call `exit` to write out the collected data. The UE (lte-uesoftmodem) exits cleanly, but the eNB (lte-softmodem) crashes as it tries to shut down...
-
- Oct 10, 2020
-
-
Michael Cook authored
Found by valgrind.
-
He Shanyun authored
-
Xue Song authored
-
zhenghuangkun authored
Add UEContextReleaseCommand Message Modify NGSetup Message Encode failed
-
- Oct 09, 2020
-
-
Thomas Schlichter authored
-
- Oct 02, 2020
-
-
Thomas Laurent authored
-
- Sep 15, 2020
-
-
Raphael Defosseux authored
also correction for Circular Dependency Protection on header files also correction on the banner check Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Sep 14, 2020
-
-
zhenghuangkun authored
Add UEContextReleaseCommand Message Modify NGSetup Message Encode failed
-