blob: 8cdb74bb9a88db23fb62e55147029bac794ee8d7 [file] [log] [blame]
Harald Welte37b61652017-10-16 18:46:03 +02001/*! \addtogroup gsm0808
2 * @{
3 * \file gsm0808_utils.h */
Neels Hofmeyr17518fe2017-06-20 04:35:06 +02004/*
Harald Weltee08da972017-11-13 01:00:26 +09005 * (C) 2016 by sysmocom - s.f.m.c. GmbH, Author: Philipp Maier
Philipp Maier22401432017-03-24 17:59:26 +01006 * All Rights Reserved
7 *
Harald Weltee08da972017-11-13 01:00:26 +09008 * SPDX-License-Identifier: GPL-2.0+
Philipp Maier22401432017-03-24 17:59:26 +01009 *
10 * This program is free software; you can redistribute it and/or modify
Harald Weltee08da972017-11-13 01:00:26 +090011 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
Philipp Maier22401432017-03-24 17:59:26 +010013 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Harald Weltee08da972017-11-13 01:00:26 +090018 * GNU General Public License for more details.
Philipp Maier22401432017-03-24 17:59:26 +010019 *
Harald Weltee08da972017-11-13 01:00:26 +090020 * You should have received a copy of the GNU General Public License
Philipp Maier22401432017-03-24 17:59:26 +010021 * along with this program. If not, see <http://www.gnu.org/licenses/>.
22 *
23 */
24#pragma once
25
Harald Welte20725b92017-05-15 12:50:04 +020026struct sockaddr_storage;
Philipp Maier22401432017-03-24 17:59:26 +010027
Philipp Maier6f725d62017-03-24 18:03:17 +010028#include <osmocom/gsm/protocol/gsm_08_08.h>
Stefan Sperling11a4d9d2018-02-15 18:28:04 +010029#include <osmocom/gsm/gsm23003.h>
30
31 /*! (225-1)/2 is the maximum number of elements in a cell identifier list. */
32#define GSM0808_CELL_ID_LIST2_MAXLEN 127
33
Neels Hofmeyr250e7f72018-04-13 03:30:14 +020034/*! Instead of this, use either struct gsm0808_cell_id or gsm0808_cell_id_list2.
35 * All elements contain parsed representations of the data in the corresponding IE, in host-byte order.
36 */
37union gsm0808_cell_id_u {
38 struct osmo_cell_global_id global;
39 struct osmo_lac_and_ci_id lac_and_ci;
40 uint16_t ci;
41 struct osmo_location_area_id lai_and_lac;
42 uint16_t lac;
43};
44
45/*! Parsed representation of Cell Identifier IE (3GPP TS 48.008 3.2.2.17) */
46struct gsm0808_cell_id {
47 enum CELL_IDENT id_discr;
48 union gsm0808_cell_id_u id;
49};
50
51/*! Parsed representation of a Cell Identifier List IE (3GPP TS 48.008 3.2.2.27). */
Stefan Sperling11a4d9d2018-02-15 18:28:04 +010052struct gsm0808_cell_id_list2 {
53 enum CELL_IDENT id_discr;
Neels Hofmeyr250e7f72018-04-13 03:30:14 +020054 union gsm0808_cell_id_u id_list[GSM0808_CELL_ID_LIST2_MAXLEN];
Stefan Sperling11a4d9d2018-02-15 18:28:04 +010055 unsigned int id_list_len;
56};
Philipp Maier6f725d62017-03-24 18:03:17 +010057
Neels Hofmeyra4399c82018-04-17 02:26:10 +020058extern const struct value_string gsm0808_cell_id_discr_names[];
59static inline const char *gsm0808_cell_id_discr_name(enum CELL_IDENT id_discr)
60{ return get_value_string(gsm0808_cell_id_discr_names, id_discr); }
61
62const char *gsm0808_cell_id_name(const struct gsm0808_cell_id *cid);
63const char *gsm0808_cell_id_name2(const struct gsm0808_cell_id *cid);
64const char *gsm0808_cell_id_list_name(const struct gsm0808_cell_id_list2 *cil);
65int gsm0808_cell_id_list_name_buf(char *buf, size_t buflen, const struct gsm0808_cell_id_list2 *cil);
66int gsm0808_cell_id_u_name(char *buf, size_t buflen,
67 enum CELL_IDENT id_discr, const union gsm0808_cell_id_u *u);
68
Philipp Maier22401432017-03-24 17:59:26 +010069uint8_t gsm0808_enc_aoip_trasp_addr(struct msgb *msg,
70 const struct sockaddr_storage *ss);
Philipp Maier22401432017-03-24 17:59:26 +010071int gsm0808_dec_aoip_trasp_addr(struct sockaddr_storage *ss,
72 const uint8_t *elem, uint8_t len);
Philipp Maier6f725d62017-03-24 18:03:17 +010073uint8_t gsm0808_enc_speech_codec(struct msgb *msg,
74 const struct gsm0808_speech_codec *sc);
Philipp Maier6f725d62017-03-24 18:03:17 +010075int gsm0808_dec_speech_codec(struct gsm0808_speech_codec *sc,
76 const uint8_t *elem, uint8_t len);
Philipp Maier6f725d62017-03-24 18:03:17 +010077uint8_t gsm0808_enc_speech_codec_list(struct msgb *msg,
78 const struct gsm0808_speech_codec_list
79 *scl);
Philipp Maier6f725d62017-03-24 18:03:17 +010080int gsm0808_dec_speech_codec_list(struct gsm0808_speech_codec_list *scl,
81 const uint8_t *elem, uint8_t len);
Philipp Maiere0c65302017-03-28 17:05:40 +020082uint8_t gsm0808_enc_channel_type(struct msgb *msg,
83 const struct gsm0808_channel_type *ct);
Philipp Maiere0c65302017-03-28 17:05:40 +020084int gsm0808_dec_channel_type(struct gsm0808_channel_type *ct,
85 const uint8_t *elem, uint8_t len);
Philipp Maier14e76b92017-03-28 18:36:52 +020086uint8_t gsm0808_enc_encrypt_info(struct msgb *msg,
87 const struct gsm0808_encrypt_info *ei);
Philipp Maier14e76b92017-03-28 18:36:52 +020088int gsm0808_dec_encrypt_info(struct gsm0808_encrypt_info *ei,
89 const uint8_t *elem, uint8_t len);
Stefan Sperling11a4d9d2018-02-15 18:28:04 +010090uint8_t gsm0808_enc_cell_id_list2(struct msgb *msg, const struct gsm0808_cell_id_list2 *cil);
Philipp Maier783047e2017-03-29 11:35:50 +020091uint8_t gsm0808_enc_cell_id_list(struct msgb *msg,
Stefan Sperling11a4d9d2018-02-15 18:28:04 +010092 const struct gsm0808_cell_id_list *cil)
93 OSMO_DEPRECATED("use gsm0808_enc_cell_id_list2 instead");
94int gsm0808_dec_cell_id_list2(struct gsm0808_cell_id_list2 *cil, const uint8_t *elem, uint8_t len);
Philipp Maier783047e2017-03-29 11:35:50 +020095int gsm0808_dec_cell_id_list(struct gsm0808_cell_id_list *cil,
Stefan Sperling11a4d9d2018-02-15 18:28:04 +010096 const uint8_t *elem, uint8_t len)
97 OSMO_DEPRECATED("use gsm0808_dec_cell_id_list2 instead");
Neels Hofmeyr74663d92018-03-23 01:46:42 +010098int gsm0808_cell_id_list_add(struct gsm0808_cell_id_list2 *dst, const struct gsm0808_cell_id_list2 *src);
Neels Hofmeyr250e7f72018-04-13 03:30:14 +020099uint8_t gsm0808_enc_cell_id(struct msgb *msg, const struct gsm0808_cell_id *ci);
100int gsm0808_dec_cell_id(struct gsm0808_cell_id *ci, const uint8_t *elem, uint8_t len);
Neels Hofmeyr9a391e22017-06-23 02:34:08 +0200101int gsm0808_chan_type_to_speech_codec(uint8_t perm_spch);
Philipp Maier884ba0f2017-06-02 13:49:16 +0200102int gsm0808_speech_codec_from_chan_type(struct gsm0808_speech_codec *sc,
103 uint8_t perm_spch);
Harald Welte37b61652017-10-16 18:46:03 +0200104
105/*! @} */