- Jan 06, 2021
-
-
Melissa authored
-
- Dec 29, 2020
-
-
Michael Cook authored
Based on issues discovered by Zaid
-
- Dec 23, 2020
-
-
Michael Cook authored
Select fair RR packet scheduler See merge request aburger/openairinterface5g!16
-
Melissa authored
Also fixed some build problems
-
Michael Cook authored
-
Michael Cook authored
-
- Dec 22, 2020
-
-
Michael Cook authored
See cmake_targets/gdb.txt for notes
-
- Dec 13, 2020
-
-
Michael Cook authored
-
- Dec 01, 2020
-
-
Michael Cook authored
Episys/andrew/fixing multiue config See merge request aburger/openairinterface5g!15
-
Fixed multiple UE EPC integration by resetting user->ueid=0;. Lots of logs in this commit, will remove later
-
- Nov 23, 2020
-
-
Michael Cook authored
Log the processor info like scheduler policy See merge request aburger/openairinterface5g!14
-
- Nov 22, 2020
-
-
Michael Cook authored
And CPU affinity. Also, use mlockall to keep our memory from being swapped out.
-
- Nov 21, 2020
-
-
Michael Cook authored
Dl_config_req and tx_req filtering allowed for either order See merge request aburger/openairinterface5g!13
-
Additionally, combined many of the individual dl_config_req and tx_req handle functions. Also removed some unused functions we added. Futhermore, removed our additions to the dl_config_req and tx_req memcpy functions.
-
- Nov 20, 2020
-
-
Michael Cook authored
Episys/andrew/dl config+tx req combination See merge request aburger/openairinterface5g!12
-
Additionally, combined many of the individual dl_config_req and tx_req handle functions. Also removed some unused functions we added. Futhermore, removed our additions to the dl_config_req and tx_req memcpy functions.
-
- Nov 16, 2020
-
-
Michael Cook authored
Episys/andrew/dci0 filtering See merge request aburger/openairinterface5g!10
-
Andrew Burger authored
-
Andrew Burger authored
-
- Nov 13, 2020
-
-
Michael Cook authored
Episys/andrew/dlsch pdu index bug fix See merge request aburger/openairinterface5g!9
-
-
- Nov 12, 2020
-
-
Andrew Burger authored
This reverts commit b1ff8e1a.
-
- Nov 04, 2020
-
-
Michael Cook authored
This commit includes: See merge request aburger/openairinterface5g!7
-
Andrew Burger authored
1.) Shutdown fix which allows us to see who requested to abort the simulation 2.) Properly initializing the NAS layer which previously was not happening for our simulation mode 5 3.) Changes in configurations to support the EPC(Have Melissa Verify these)
-
- Oct 24, 2020
-
-
Look only at the last `max_depth` items on the queue, at most.
-
- Oct 23, 2020
-
-
Andrew Burger authored
Episys/andrew+mc/tx pdu list change+dl config req dropping See merge request aburger/openairinterface5g!5
-
Andrew Burger authored
To match emane. Checked with: ``` ps ax -o pid,class,priority,comm |grep RR ```
-
- Oct 20, 2020
-
-
Michael Cook authored
Synchronized with emane.git's implementation of this code which includes a unit test. This commit also fixes two bugs in unqueue_matching and one inb unqueue: - unqueue_matching was returning the wrong pointer when there was no match - both unqueue_matching and unqueue were not clearing the vacated queue entry after removing the item
-
- Oct 18, 2020
-
-
Michael Cook authored
``` $ ps -eL -o pid,lwp,class,priority,comm | grep -E softmodem|oai:' 6500 6500 RR -80 lte-softmodem 6500 6520 RR -80 oai:enb-L1-rx 6500 6522 RR -80 oai:enb-L1-tx 6508 6508 RR -80 lte-uesoftmodem 6508 6537 RR -80 oai:ue-phy 6508 6538 RR -80 oai:ue-stand 6509 6509 RR -80 lte-uesoftmodem $ ```
-
- Oct 14, 2020
-
-
Michael Cook authored
Episys/andrew/dropping dl config req and tx req See merge request aburger/openairinterface5g!3
-
To match emane. Checked with: ``` ps ax -o pid,class,priority,comm |grep RR ```
-
- Oct 12, 2020
-
-
Andrew Burger authored
Episys/andrew/ul config req filtering See merge request aburger/openairinterface5g!2
-
Andrew Burger authored
To match emane. Checked with: ``` ps ax -o pid,class,priority,comm |grep RR ```
-
- Oct 11, 2020
-
-
Michael Cook authored
-
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
-
Michael Cook authored
Found by valgrind
-
Michael Cook authored
Found by valgrind.
-
Michael Cook authored
-