1. 15 Jan, 2021 5 commits
  2. 14 Jan, 2021 2 commits
  3. 12 Jan, 2021 4 commits
  4. 06 Jan, 2021 1 commit
  5. 29 Dec, 2020 1 commit
  6. 23 Dec, 2020 4 commits
  7. 22 Dec, 2020 1 commit
  8. 13 Dec, 2020 1 commit
  9. 01 Dec, 2020 2 commits
  10. 23 Nov, 2020 1 commit
  11. 22 Nov, 2020 1 commit
  12. 21 Nov, 2020 2 commits
  13. 20 Nov, 2020 2 commits
  14. 16 Nov, 2020 3 commits
  15. 13 Nov, 2020 2 commits
  16. 12 Nov, 2020 1 commit
  17. 04 Nov, 2020 2 commits
  18. 24 Oct, 2020 1 commit
  19. 23 Oct, 2020 2 commits
  20. 20 Oct, 2020 1 commit
    • Michael Cook's avatar
      queue: add requeue, fix unqueue_matching · 6dd80ffd
      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
      6dd80ffd
  21. 18 Oct, 2020 1 commit
    • Michael Cook's avatar
      Align thread priorities · d449a4de
      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
      $
      ```
      d449a4de