Files
openbts/GSM/GSMTAPDump.h
2014-07-16 23:57:22 +02:00

34 lines
936 B
C

/*
* Copyright 2008, 2009 Free Software Foundation, Inc.
* Copyright 2014 Range Networks, Inc.
*
* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribution.
*
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
*/
#ifndef GSMTAPDUMP_H
#define GSMTAPDUMP_H
#include "gsmtap.h"
#include "GSMCommon.h"
#include "GSMTransfer.h"
void gWriteGSMTAP(unsigned ARFCN, unsigned TS, unsigned FN,
GSM::TypeAndOffset to, bool is_sacch, bool ul_dln,
const BitVector2& frame,
unsigned wType = GSMTAP_TYPE_UM);
#endif
// vim: ts=4 sw=4