mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-23 07:42:01 +00:00
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2242 19bc5d8c-e614-43d4-8b26-e1612bc8e597
30 lines
750 B
C
30 lines
750 B
C
/*
|
|
* Copyright 2008, 2009 Free Software Foundation, Inc.
|
|
* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.
|
|
*
|
|
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 "GSMTransfer.h"
|
|
|
|
|
|
void gWriteGSMTAP(unsigned ARFCN, unsigned TS, unsigned FN, const GSM::L2Frame& frame);
|
|
|
|
|
|
#endif
|
|
|
|
// vim: ts=4 sw=4
|