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