mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-05 14:23:14 +00:00
reverted some fixes to keep synced with private branch
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4676 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -276,7 +276,7 @@ void SIPEngine::user( const char * wCallID, const char * IMSI, const char *origI
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void SIPEngine::writePrivateHeaders(osip_message_t *msg, const GSM::LogicalChannel* /*chan*/)
|
void SIPEngine::writePrivateHeaders(osip_message_t *msg, const GSM::LogicalChannel* chan)
|
||||||
{
|
{
|
||||||
// P-PHY-Info
|
// P-PHY-Info
|
||||||
// This is a non-standard private header in OpenBTS.
|
// This is a non-standard private header in OpenBTS.
|
||||||
|
|||||||
@@ -32,13 +32,13 @@
|
|||||||
using namespace GSM;
|
using namespace GSM;
|
||||||
|
|
||||||
/** Indicated signalVector symmetry */
|
/** Indicated signalVector symmetry */
|
||||||
enum Symmetry {
|
typedef enum Symmetry {
|
||||||
NONE = 0,
|
NONE = 0,
|
||||||
ABSSYM = 1
|
ABSSYM = 1
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Convolution type indicator */
|
/** Convolution type indicator */
|
||||||
enum ConvType {
|
typedef enum ConvType {
|
||||||
FULL_SPAN = 0,
|
FULL_SPAN = 0,
|
||||||
OVERLAP_ONLY = 1,
|
OVERLAP_ONLY = 1,
|
||||||
START_ONLY = 2,
|
START_ONLY = 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user