aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_ussd_map.h
blob: 72798b24fe4d6a9a4f45ad368b95903895346fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _GSM_USSD_MAP_H
#define _GSM_USSD_MAP_H

#include <openbsc/gprs_gsup_client.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/gsm_ussd_map_proto.h>

int ussd_map_read_cb(struct gprs_gsup_client *sup_client,
		     struct msgb *msg);

int ussd_map_tx_message(struct gsm_network *net, struct ss_header *req,
			const char *extension, uint32_t ref, const uint8_t *component_data);

#endif /* _GSM_USSD_MAP_H */