mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
OsmoMGW has a lot of nice built-in statistics (rate_ctr,...) but it seems the only way to look at them is via the VTY. While libosmocore contains automatic exposure of all rate counters via CTRL, the CTRL interface simply is not used by osmo-mgw so far. Closes: OS#4441 Change-Id: I7ed6bdb9f4749c24ca11a5905a620546cfe42952
12 lines
152 B
Makefile
12 lines
152 B
Makefile
noinst_HEADERS = \
|
|
vty.h \
|
|
mgcp_msg.h \
|
|
mgcp_conn.h \
|
|
mgcp_stat.h \
|
|
mgcp_endp.h \
|
|
mgcp_sdp.h \
|
|
mgcp_codec.h \
|
|
mgcp_ctrl.h \
|
|
debug.h \
|
|
$(NULL)
|