summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/modem/grr.h
blob: 1f2b08c0b6e5d48be7690b8d8fe8f081d627fce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <stdbool.h>
#include <stdint.h>

struct msgb;
struct osmocom_ms;
struct lapdm_entity;

int modem_grr_rslms_cb(struct msgb *msg, struct lapdm_entity *le, void *ctx);
int modem_grr_tx_chan_req(struct osmocom_ms *ms, uint8_t chan_req);
uint8_t modem_grr_gen_chan_req(bool single_block);