aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.cpp
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-06-11 11:47:06 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-06-11 13:13:55 +0200
commitd0aee85b29a17e6ef3fb1454a798e10ced0d0266 (patch)
tree2dba2b7fac651e6dcccbd86994191a4c7852ae87 /src/gprs_bssgp_pcu.cpp
parent09fdf6622a3774849bc90b9c4fedf76fdc76ac03 (diff)
llc: Fix LLC UI frame detection (Coverity)
Currently the wrong nibble is masked out, so the conditional expression always yields true. Therefore gprs_llc::is_user_data_frame() always returns true. As a consequence, the low watermark feature of gprs_rlcmac_dl_tbf::llc_dequeue() is not being used in fact. This commit fixes the mask value. Fixes: Coverity CID 1292834, 1292835 Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/gprs_bssgp_pcu.cpp')
0 files changed, 0 insertions, 0 deletions