Skip to content
Snippets Groups Projects
  1. Jan 06, 2021
  2. Dec 29, 2020
  3. Dec 23, 2020
  4. Dec 22, 2020
  5. Dec 13, 2020
  6. Dec 01, 2020
  7. Nov 23, 2020
  8. Nov 22, 2020
  9. Nov 21, 2020
  10. Nov 20, 2020
  11. Nov 16, 2020
  12. Nov 13, 2020
  13. Nov 12, 2020
  14. Nov 04, 2020
  15. Oct 24, 2020
  16. Oct 23, 2020
  17. Oct 20, 2020
    • 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
  18. Oct 18, 2020
    • 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
  19. Oct 14, 2020
  20. Oct 12, 2020
  21. Oct 11, 2020
  22. Oct 10, 2020
Loading