blob: f3240cec9c84dd85fb7c9d6dc6ff5e0387fcdd84 [file] [log] [blame]
Harald Welte0e509162016-12-24 01:32:10 +01001#pragma once
2
3#include <osmocom/core/msgb.h>
4#include "diag_io.h"
Harald Welte6fc7f682016-12-24 10:01:28 +01005#include "protocol/diag_msg_codes.h"
Harald Welte0e509162016-12-24 01:32:10 +01006
Harald Welte6fc7f682016-12-24 10:01:28 +01007struct msgb *gen_msg_config_set_rt_mask(uint16_t ssid, uint32_t runtime_mask);
8int diag_msg_config_set_rt_mask(struct diag_instance *di, uint16_t ssid, uint32_t runtime_mask);
Harald Welte0e509162016-12-24 01:32:10 +01009
10int diag_rx_ext_msg_f(struct diag_instance *di, struct msgb *msg);