summaryrefslogtreecommitdiff
path: root/src/gsmd/unsolicited.h
blob: fb99e1bec4ea4807893dbac59317a345e1f86e08 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __GSMD_UNSOLICITED_H
#define __GSMD_UNSOLICITED_H

#include "gsmd.h"

int unsolicited_parse(struct gsmd *g, const char *buf, int len, const char *param);
int generate_event_from_cme(struct gsmd *g, unsigned int cme_error);

#endif
personal git repositories of Harald Welte. Your mileage may vary