mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-02 12:53:15 +00:00
sync from commercial 64a79ce7a18f7e3ef3fe5aeacf3b6629980d30b2
This commit is contained in:
@@ -21,14 +21,11 @@
|
||||
|
||||
include $(top_srcdir)/Makefile.common
|
||||
|
||||
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES)
|
||||
|
||||
#AM_CXXFLAGS = -O0 -g
|
||||
CXXFLAGS = -g -O2
|
||||
# AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES)
|
||||
# CXXFLAGS = -g -O2
|
||||
|
||||
noinst_LTLIBRARIES = libGPRS.la
|
||||
|
||||
|
||||
libGPRS_la_SOURCES = \
|
||||
MSInfo.cpp \
|
||||
RLCEngine.cpp \
|
||||
|
||||
@@ -492,7 +492,7 @@ L3ImmediateAssignment *gprsPageCcchStart(
|
||||
void sendAssignmentCcch(
|
||||
PDCHL1FEC *pacch, // The PACCH channel where the MS will be directed to send its answer.
|
||||
TBF *tbf, // The TBF that wants to initiate a downlink transfer to the MS.
|
||||
std::ostream *os) // not supported in C_RELEASE.
|
||||
std::ostream *os)
|
||||
{
|
||||
MSInfo *ms = tbf->mtMS;
|
||||
string imsi = ms->sgsnFindImsiByHandle(ms->msGetHandle());
|
||||
|
||||
Reference in New Issue
Block a user