mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
9 lines
122 B
C
9 lines
122 B
C
#pragma once
|
|
|
|
#include <osmocom/vty/command.h>
|
|
|
|
enum mgcp_vty_node {
|
|
MGCP_NODE = _LAST_OSMOVTY_NODE + 1,
|
|
TRUNK_NODE,
|
|
};
|