blob: 834dbf93deccd5435e70f475f402f152f9e2db68 [file] [log] [blame]
Harald Welte55d724a2017-10-16 18:25:45 +02001/*! \defgroup sms Short Message Service (SMS)
2 * @{
3 * \file gsm0341.h */
Neels Hofmeyr17518fe2017-06-20 04:35:06 +02004
Harald Weltebe4bbeb2014-12-30 01:22:26 +01005#pragma once
6
7#include <osmocom/gsm/protocol/gsm_03_41.h>
8
9struct gsm341_ms_message *
10gsm0341_build_msg(void *ctx, uint8_t geo_scope, uint8_t msg_code,
11 uint8_t update, uint16_t msg_id, uint8_t dcs,
12 uint8_t page_total, uint8_t page_cur,
13 uint8_t *data, uint8_t len);
Harald Welte55d724a2017-10-16 18:25:45 +020014
15/*! @} */