This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#ifndef MGCP_PATCH_H
|
|
#define MGCP_PATCH_H
|
|
|
|
#include <osmocom/core/msgb.h>
|
|
|
|
struct ss7_application;
|
|
struct msgb *mgcp_patch(struct ss7_application *app, struct msgb *msg);
|
|
|
|
#endif
|