- 14 Aug, 2016 2 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 12 Aug, 2016 1 commit
-
-
Rohit Gupta authored
-
- 11 Aug, 2016 1 commit
-
-
Cedric Roux authored
This tracer takes the traces ENB_MAC_UE_DL_PDU_WITH_DATA and ENB_MAC_UE_UL_PDU_WITH_DATA from a trace file (as generated by the "record" tracer) and sends them in UDP packets correctly formatted for wireshark to dissect them. One unresolved problem I face with my version of wireshark (1.10.6) is that I don't get the frame number, only subframe. See in the code to change the behavior if you use a more recent version of wireshark. You need to properly configure wireshark for it to work. See $OPENAIR_DIR/openair2/UTIL/OPT/README.txt.
-
- 10 Aug, 2016 3 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Anta Huang authored
- fix the run_enb_ue_virt_s1 script - change the Ki value back to the one used
-
- 04 Aug, 2016 2 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 01 Aug, 2016 2 commits
-
-
Rohit Gupta authored
fix gnutls download (closes #122) Please merge this fix, Regards, Frédéric See merge request !38
-
Frédéric Leroy authored
-
- 31 Jul, 2016 1 commit
-
-
Rohit Gupta authored
-
- 30 Jul, 2016 2 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 29 Jul, 2016 2 commits
-
-
Florian Kaltenberger authored
This reverts commit 3f20ce7b. it was mistakenly pushed to develop
-
Cedric Roux authored
thanks to Supreeth Herle for reporting.
-
- 28 Jul, 2016 1 commit
-
-
- 27 Jul, 2016 3 commits
-
-
Cedric Roux authored
left click: enable autoscroll and go to end of list right click: disable autoscroll
-
Cedric Roux authored
to scroll by only one line, hold CONTROL key and scroll with mouse wheel
-
Cedric Roux authored
-
- 26 Jul, 2016 1 commit
-
-
Cedric Roux authored
-
- 24 Jul, 2016 7 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 20 Jul, 2016 1 commit
-
-
Cedric Roux authored
This was causing oaisim to fail way too often at the startup of a connection. Things should go better with this patch. It may not be the end of the story, the use of retrans_num_bytes_to_retransmit is not clear to me. The problem I see is: what if the max number of retransimission has been reached (if that has a meaning at all in RLC AM)? will this value be decreased or not?
-
- 19 Jul, 2016 2 commits
-
-
Cedric Roux authored
-
Rohit Gupta authored
-
- 17 Jul, 2016 1 commit
-
-
Rohit Gupta authored
-
- 12 Jul, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Cedric Roux authored
-
- 11 Jul, 2016 5 commits
-
-
Rohit Gupta authored
-
Cedric Roux authored
-
Cedric Roux authored
The code was changing the rnti in the red-black tree without removing/reinserting the context. This is wrong because the rnti is a key of the red-black tree and you cannot change the key in a stored item at will. There are also modifications of the function mac_eNB_rrc_ul_failure which has to remove the UE in any case. And rrc_mac_remove_ue has been changed for the case where the UE is not found.
-
Rohit Gupta authored
-
Rohit Gupta authored
-