sync from commercial 64a79ce7a18f7e3ef3fe5aeacf3b6629980d30b2

This commit is contained in:
Michael Iedema
2014-12-04 21:25:19 +01:00
parent eceec213a5
commit 3d59f52a3f
81 changed files with 1282 additions and 2269 deletions

View File

@@ -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 \

View File

@@ -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());