mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-18 14:28:33 +03:00
7 lines
206 B
C
7 lines
206 B
C
#pragma once
|
|
#include <stdint.h>
|
|
#include <osmocom/core/gsmtap.h>
|
|
|
|
int osmo_st2_gsmtap_init(const char *gsmtap_host);
|
|
int osmo_st2_gsmtap_send_apdu(uint8_t sub_type, const uint8_t *apdu, unsigned int len);
|