FreeCalypso > hg > ice1-trau-tester
view abis/subslot_rx.c @ 31:cd7448724d74
top Makefile: add abis program subdir
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 13 Aug 2024 21:44:30 +0000 |
parents | 5dd30224b70a |
children | 94f11dc0d474 |
line wrap: on
line source
/* * Here we are going to implement Abis subslot Rx. */ #include <stdint.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <osmocom/core/select.h> #include <osmocom/isdn/i460_mux.h> #include "globals.h" #include "submux.h" void i460_rx_func(struct osmo_i460_subchan *schan, void *user_data, const ubit_t *bits, unsigned int num_bits) { /* to be filled */ }