From eac38c3fa870968a54b22398112a21f14989bc6a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 29 May 2017 18:02:53 +0200 Subject: Support for TS 04.14 conformance test commands Change-Id: Ib27edbfc8ccdedf00589ec715ced7bed435fa94c --- include/openbsc/Makefile.am | 1 + include/openbsc/gsm_04_14.h | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 include/openbsc/gsm_04_14.h (limited to 'include') diff --git a/include/openbsc/Makefile.am b/include/openbsc/Makefile.am index 2558d7c1c..995f02d09 100644 --- a/include/openbsc/Makefile.am +++ b/include/openbsc/Makefile.am @@ -37,6 +37,7 @@ noinst_HEADERS = \ gprs_utils.h \ gsm_04_08.h \ gsm_04_11.h \ + gsm_04_14.h \ gsm_04_80.h \ gsm_data.h \ gsm_data_shared.h \ diff --git a/include/openbsc/gsm_04_14.h b/include/openbsc/gsm_04_14.h new file mode 100644 index 000000000..3cdbe0469 --- /dev/null +++ b/include/openbsc/gsm_04_14.h @@ -0,0 +1,15 @@ +#pragma once + +#include + +int gsm0414_tx_close_tch_loop_cmd(struct gsm_subscriber_connection *conn, + enum gsm414_tch_loop_mode loop_mode); +int gsm0414_tx_open_loop_cmd(struct gsm_subscriber_connection *conn); +int gsm0414_tx_act_emmi_cmd(struct gsm_subscriber_connection *conn); +int gsm0414_tx_test_interface(struct gsm_subscriber_connection *conn, + uint8_t tested_devs); +int gsm0414_tx_reset_ms_pos_store(struct gsm_subscriber_connection *conn, + uint8_t technology); + +int gsm0414_rcv_test(struct gsm_subscriber_connection *conn, + struct msgb *msg); -- cgit v1.2.3