view ater8/out_frame.h @ 43:55f02d4aee79

top Makefile: add ater8
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 30 Aug 2024 19:04:57 +0000
parents ff94d7fc5891
children
line wrap: on
line source

/*
 * This header file defines the interface to the function that
 * fills struct osmo_trau_frame based on a 22-word decoder input
 * record we read from an ETSI *.dec file.
 */

#pragma once

#include <stdint.h>
#include <stdbool.h>

#include <osmocom/trau/trau_frame.h>

void trau_frame_from_record(const int16_t *rec, struct osmo_trau_frame *fr,
			    bool *has_taf);