blob: 2fc83e4b2cce2c15496f652bb3d3916f3b727b94 [file] [log] [blame]
Neels Hofmeyr17518fe2017-06-20 04:35:06 +02001/*! \file gsm0341.h */
2
Harald Weltebe4bbeb2014-12-30 01:22:26 +01003#pragma once
4
5#include <osmocom/gsm/protocol/gsm_03_41.h>
6
7struct gsm341_ms_message *
8gsm0341_build_msg(void *ctx, uint8_t geo_scope, uint8_t msg_code,
9 uint8_t update, uint16_t msg_id, uint8_t dcs,
10 uint8_t page_total, uint8_t page_cur,
11 uint8_t *data, uint8_t len);