pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/33232 )

 (

8 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
 )Change subject: layer23: modem: pass TBF starting time from CFG UL/DL TBF Req
......................................................................

layer23: modem: pass TBF starting time from CFG UL/DL TBF Req

Change-Id: Iae53c6e704a5b868a265216d4cb48b1edc2d7e61
Depends: libosmo-gprs.git I27a7a896fe3839fa4f9b8cd9500c4ab7867bbaa0
Related: OS#5500
---
M src/host/layer23/src/modem/grr.c
1 file changed, 13 insertions(+), 2 deletions(-)

Approvals:
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/src/host/layer23/src/modem/grr.c b/src/host/layer23/src/modem/grr.c
index c6f2a32..7eec935 100644
--- a/src/host/layer23/src/modem/grr.c
+++ b/src/host/layer23/src/modem/grr.c
@@ -667,7 +667,7 @@
                l1ctl_tx_gprs_ul_tbf_cfg_req(ms,
                                             lp->cfg_ul_tbf_req.ul_tbf_nr,
                                             lp->cfg_ul_tbf_req.ul_slotmask,
-                                            0xffffffff /* TODO: start Fn */);
+                                            lp->cfg_ul_tbf_req.start_fn);
                break;
        }
        case GRR_EV_PDCH_DL_TBF_CFG_REQ:
@@ -676,7 +676,7 @@
                l1ctl_tx_gprs_dl_tbf_cfg_req(ms,
                                             lp->cfg_dl_tbf_req.dl_tbf_nr,
                                             lp->cfg_dl_tbf_req.dl_slotmask,
-                                            0xffffffff, /* TODO: start Fn */
+                                            lp->cfg_ul_tbf_req.start_fn,
                                             lp->cfg_dl_tbf_req.dl_tfi);
                break;
        }

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/33232
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Iae53c6e704a5b868a265216d4cb48b1edc2d7e61
Gerrit-Change-Number: 33232
Gerrit-PatchSet: 13
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to