summaryrefslogtreecommitdiff
path: root/srsue/src/mac/proc_bsr.cc
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-27 18:16:22 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2018-09-02 22:56:55 +0200
commit0b0bda13b4fd40edc9e457a014b2b5b095b42a6d (patch)
tree3b42083127533952612e49bb016983b795f28d62 /srsue/src/mac/proc_bsr.cc
parentfe103e905d71d86cdb20edd10f2493274b97dc06 (diff)
Spelling error fixes
Gbp-Pq: Name 0003-Spelling-error-fixes.patch
Diffstat (limited to 'srsue/src/mac/proc_bsr.cc')
-rw-r--r--srsue/src/mac/proc_bsr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/srsue/src/mac/proc_bsr.cc b/srsue/src/mac/proc_bsr.cc
index bd49671..309c1f9 100644
--- a/srsue/src/mac/proc_bsr.cc
+++ b/srsue/src/mac/proc_bsr.cc
@@ -308,7 +308,7 @@ bool bsr_proc::need_to_send_bsr_on_ul_grant(uint32_t grant_size, bsr_t *bsr)
generate_bsr(bsr, 0);
bsr_sz = bsr->format==LONG_BSR?3:1;
if (total_data <= (int)grant_size && total_data + 1 + bsr_sz > grant_size) {
- Debug("Grant is not enough to accomodate the BSR MAC CE\n");
+ Debug("Grant is not enough to accommodate the BSR MAC CE\n");
} else {
Debug("BSR: Including Regular BSR: grant_size=%d, total_data=%d, bsr_sz=%d\n",
grant_size, total_data, bsr_sz);