Skip to content
Success

Changes

Summary

  1. cosmetic: vty/Makefile.am: Split items one per line (details)
  2. vty: cpu_sched_vty.c: remove tdef references (details)
  3. core: osmo_io: Introduce API osmo_io_get_backend() (details)
  4. vty: Add 'show runtime' command (details)
Commit eb8a1ff95bc79c49ee20e28ca1a8e505f410db91 by Pau Espin Pedrol
cosmetic: vty/Makefile.am: Split items one per line

Change-Id: I71581f11bdcb4b186a271fc42d5745889c32f4c9
The file was modifiedsrc/vty/Makefile.am
Commit f03266d2f9c96d7fad49b0fd964c12a5d33540a4 by Pau Espin Pedrol
vty: cpu_sched_vty.c: remove tdef references

Change-Id: Ic2f3a7553ffbb964036e81f0f7c67ad2e0c34b20
The file was modifiedsrc/vty/cpu_sched_vty.c
Commit 4de918a24acad90310828cc863ab54330a01ed24 by Pau Espin Pedrol
core: osmo_io: Introduce API osmo_io_get_backend()

It came up several times already that it's difficult figuring out the
osmo-io backend a process is actually using.
Add this API so that we can display the osmo-io backend through VTY
command in a follow-up commit.

Related: OS#6740
Change-Id: I9432efd6cb0453d7ab42d71765e897db6bd4c787
The file was modifiedsrc/core/libosmocore.map
The file was modifiedinclude/osmocom/core/osmo_io.h
The file was modifiedTODO-RELEASE
The file was modifiedsrc/core/osmo_io.c
Commit fd0d0b8cba9537e805ac4d5aba1b6f228e99f506 by Pau Espin Pedrol
vty: Add 'show runtime' command

It came up several times already that it's difficult figuring out the
osmo-io backend a process is actually using.
Add a VTY command to display the osmo-io backend in use.

Related: OS#6740
Change-Id: I7994c820894b3525bfe78b5d389ff30a1e543226
The file was modifiedinclude/osmocom/vty/Makefile.am
The file was modifiedsrc/vty/Makefile.am
The file was addedinclude/osmocom/vty/vty_internal.h
The file was modifiedsrc/vty/vty.c
The file was addedsrc/vty/misc_vty.c