You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once
|
|
|
|
#include <osmocom/vty/command.h>
|
|
#include <osmocom/vty/vty.h>
|
|
|
|
enum {
|
|
SIP_NODE = _LAST_OSMOVTY_NODE + 1,
|
|
MNCC_NODE,
|
|
APP_NODE,
|
|
};
|
|
|
|
void mncc_sip_vty_init();
|