File: gsm_04_14.h

package info (click to toggle)
osmo-msc 1.13.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,968 kB
  • sloc: ansic: 44,489; python: 1,046; makefile: 950; sh: 118
file content (17 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include <osmocom/gsm/protocol/gsm_04_14.h>

struct msc_a;

int gsm0414_tx_close_tch_loop_cmd(struct msc_a *msc_a,
				  enum gsm414_tch_loop_mode loop_mode);
int gsm0414_tx_open_loop_cmd(struct msc_a *msc_a);
int gsm0414_tx_act_emmi_cmd(struct msc_a *msc_a);
int gsm0414_tx_test_interface(struct msc_a *msc_a,
			      uint8_t tested_devs);
int gsm0414_tx_reset_ms_pos_store(struct msc_a *msc_a,
				  uint8_t technology);

int gsm0414_rcv_test(struct msc_a *msc_a,
		     struct msgb *msg);