summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/mncc_ms.h
blob: 00b8ec444928a89669e4e7a27923c9a81c4e5855 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

int mncc_call(struct osmocom_ms *ms, const char *number, bool data);
int mncc_hangup(struct osmocom_ms *ms);
int mncc_answer(struct osmocom_ms *ms);
int mncc_hold(struct osmocom_ms *ms);
int mncc_retrieve(struct osmocom_ms *ms, int number);
int mncc_dtmf(struct osmocom_ms *ms, char *dtmf);