Change in osmo-bts[master]: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers

2020-05-12 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18218 )

Change subject: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers
..

osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers

Change-Id: I58eedd611ecd31cc36017545de2cf29acf49f521
Signed-off-by: Vadim Yanitskiy 
---
M src/osmo-bts-trx/scheduler_trx.c
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index e5c5519..8a2bb12 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -1127,7 +1127,6 @@
struct l1sched_ts *l1ts = l1sched_trx_get_ts(l1t, bi->tn);
struct l1sched_chan_state *chan_state = >chan_state[chan];
sbit_t *burst, **bursts_p = _state->ul_bursts;
-   uint32_t *first_fn = _state->ul_first_fn;
uint8_t *mask = _state->ul_mask;
uint8_t rsl_cmode = chan_state->rsl_cmode;
uint8_t tch_mode = chan_state->tch_mode;
@@ -1161,7 +1160,6 @@
if (bid == 0) {
memset(*bursts_p + 464, 0, 464);
*mask = 0x0;
-   *first_fn = bi->fn;
}

/* update mask */
@@ -1366,7 +1364,6 @@
struct l1sched_ts *l1ts = l1sched_trx_get_ts(l1t, bi->tn);
struct l1sched_chan_state *chan_state = >chan_state[chan];
sbit_t *burst, **bursts_p = _state->ul_bursts;
-   uint32_t *first_fn = _state->ul_first_fn;
uint8_t *mask = _state->ul_mask;
uint8_t rsl_cmode = chan_state->rsl_cmode;
uint8_t tch_mode = chan_state->tch_mode;
@@ -1405,7 +1402,6 @@
if (bid == 0) {
memset(*bursts_p + 464, 0, 232);
*mask = 0x0;
-   *first_fn = bi->fn;
}

/* update mask */

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I58eedd611ecd31cc36017545de2cf29acf49f521
Gerrit-Change-Number: 18218
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


Change in osmo-bts[master]: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers

2020-05-12 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18218 )

Change subject: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I58eedd611ecd31cc36017545de2cf29acf49f521
Gerrit-Change-Number: 18218
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 12 May 2020 18:12:49 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers

2020-05-12 Thread fixeria
fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18218 )

Change subject: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers
..


Patch Set 1:

> Patch Set 1: Code-Review+1
>
> Wait, chan_state->ul_first_fn is not used then? why not dropping that field?

It's used by other lchan handlers, such as rx_data_fn() or rx_pdtch_fn().


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I58eedd611ecd31cc36017545de2cf29acf49f521
Gerrit-Change-Number: 18218
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 12 May 2020 17:42:36 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers

2020-05-12 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18218 )

Change subject: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers
..


Patch Set 1: Code-Review+1

Wait, chan_state->ul_first_fn is not used then? why not dropping that field?


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I58eedd611ecd31cc36017545de2cf29acf49f521
Gerrit-Change-Number: 18218
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 12 May 2020 17:35:48 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers

2020-05-12 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18218 )

Change subject: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I58eedd611ecd31cc36017545de2cf29acf49f521
Gerrit-Change-Number: 18218
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 12 May 2020 17:34:25 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers

2020-05-12 Thread fixeria
fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18218 )


Change subject: osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers
..

osmo-bts-trx/scheduler: remove a left-over from UL TCH handlers

Change-Id: I58eedd611ecd31cc36017545de2cf29acf49f521
Signed-off-by: Vadim Yanitskiy 
---
M src/osmo-bts-trx/scheduler_trx.c
1 file changed, 0 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/18/18218/1

diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index e5c5519..8a2bb12 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -1127,7 +1127,6 @@
struct l1sched_ts *l1ts = l1sched_trx_get_ts(l1t, bi->tn);
struct l1sched_chan_state *chan_state = >chan_state[chan];
sbit_t *burst, **bursts_p = _state->ul_bursts;
-   uint32_t *first_fn = _state->ul_first_fn;
uint8_t *mask = _state->ul_mask;
uint8_t rsl_cmode = chan_state->rsl_cmode;
uint8_t tch_mode = chan_state->tch_mode;
@@ -1161,7 +1160,6 @@
if (bid == 0) {
memset(*bursts_p + 464, 0, 464);
*mask = 0x0;
-   *first_fn = bi->fn;
}

/* update mask */
@@ -1366,7 +1364,6 @@
struct l1sched_ts *l1ts = l1sched_trx_get_ts(l1t, bi->tn);
struct l1sched_chan_state *chan_state = >chan_state[chan];
sbit_t *burst, **bursts_p = _state->ul_bursts;
-   uint32_t *first_fn = _state->ul_first_fn;
uint8_t *mask = _state->ul_mask;
uint8_t rsl_cmode = chan_state->rsl_cmode;
uint8_t tch_mode = chan_state->tch_mode;
@@ -1405,7 +1402,6 @@
if (bid == 0) {
memset(*bursts_p + 464, 0, 232);
*mask = 0x0;
-   *first_fn = bi->fn;
}

/* update mask */

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I58eedd611ecd31cc36017545de2cf29acf49f521
Gerrit-Change-Number: 18218
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-MessageType: newchange