Change in osmo-bts[master]: remove dummy UL measurement results for lost sacch frames

2019-11-23 Thread laforge
laforge has abandoned this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14762 )

Change subject: remove dummy UL measurement results for lost sacch frames
..


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Assignee: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: abandon


Change in osmo-bts[master]: remove dummy UL measurement results for lost sacch frames

2019-11-11 Thread dexter
dexter has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14762 )

Change subject: remove dummy UL measurement results for lost sacch frames
..


Patch Set 1: -Code-Review

I wonder if this is still relevant or if it can be abandoned. I still do not 
get why leaving the measurement indication out when a block is missing. To me 
it makes more sense keeping the measurement indication. The upper layers should 
see a "bad" measurement result.

(Still as I said, with the new model we are forced to add a measurement result 
anyway.)


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Assignee: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Mon, 11 Nov 2019 12:51:10 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: remove dummy UL measurement results for lost sacch frames

2019-10-24 Thread fixeria
fixeria has removed a vote from this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14762 )


Change subject: remove dummy UL measurement results for lost sacch frames
..


Removed Code-Review+1 by fixeria 
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/14762
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Assignee: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: deleteVote


Change in osmo-bts[master]: remove dummy UL measurement results for lost sacch frames

2019-10-24 Thread dexter
dexter has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14762 )

Change subject: remove dummy UL measurement results for lost sacch frames
..


Patch Set 1: Code-Review-1

There is also another problem I see here. The measurement indication is 
generated just before the _sched_compose_ph_data_ind(), if we remove it it will 
be added again anyway since the ph_data_ind has to contain measurement data 
when we attach measurement indications to the payload in the future. So 
probably its better to keep this rather than removing it and adding it again 
later.


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Assignee: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Thu, 24 Oct 2019 08:47:43 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in ...osmo-bts[master]: remove dummy UL measurement results for lost sacch frames

2019-10-10 Thread dexter
dexter has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14762 )

Change subject: remove dummy UL measurement results for lost sacch frames
..


Patch Set 1:

I am not sure if this is entirely correct. Yes, the measurement code was 
hardened to work with fewer measurements if frames are lost. However, the SACCH 
acts as kind of a trigger that triggers the code that sums up all the 
measurements from the last period. I would check back in the code what happens 
when the SACCH is lost. I am not entirely sure anymore how the mechanism works 
there.


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Assignee: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Thu, 10 Oct 2019 14:05:58 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in ...osmo-bts[master]: remove dummy UL measurement results for lost sacch frames

2019-10-09 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14762 )

Change subject: remove dummy UL measurement results for lost sacch frames
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Wed, 09 Oct 2019 17:14:27 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in ...osmo-bts[master]: remove dummy UL measurement results for lost sacch frames

2019-10-07 Thread fixeria
fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14762 )

Change subject: remove dummy UL measurement results for lost sacch frames
..


Patch Set 1: Code-Review+1


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Mon, 07 Oct 2019 20:38:04 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in ...osmo-bts[master]: remove dummy UL measurement results for lost sacch frames

2019-07-16 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14762 )

Change subject: remove dummy UL measurement results for lost sacch frames
..


Patch Set 1:

@fixeria please have a look at this one.


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 16 Jul 2019 17:09:14 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in ...osmo-bts[master]: remove dummy UL measurement results for lost sacch frames

2019-07-13 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14762 )

Change subject: remove dummy UL measurement results for lost sacch frames
..


Patch Set 1: Code-Review+1


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter 
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Sun, 14 Jul 2019 03:53:18 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in ...osmo-bts[master]: remove dummy UL measurement results for lost sacch frames

2019-07-12 Thread Hoernchen
Hoernchen has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14762


Change subject: remove dummy UL measurement results for lost sacch frames
..

remove dummy UL measurement results for lost sacch frames

The current measurement code is able to work with too few measurement
results, so adding dmumy measurements upon loss detection at the next tx
time is pointless.

Related: OS#3780
Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
---
M src/osmo-bts-trx/scheduler_trx.c
1 file changed, 0 insertions(+), 3 deletions(-)



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

diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index ade3cff..72764ae 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -198,9 +198,6 @@
/* TODO: Should we pass old TOA here? Otherwise we risk
 * unnecessary decreasing TA */

-   /* Send uplink measurement information to L2 */
-   l1if_process_meas_res(l1t->trx, tn, fn, 
trx_chan_desc[chan].chan_nr | tn,
-   456, 456, -110, 0);
/* FIXME: use actual values for BER etc */
_sched_compose_ph_data_ind(l1t, tn, 0, chan, NULL, 0,
   -110, 0, 0, 1,

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen 
Gerrit-MessageType: newchange