libosmocore[master]: l1sap.h: Add ber10k and lqual_cb to ph_tch_param

2017-07-31 Thread Alexander Chemeris

Patch Set 1:

(1 comment)

https://gerrit.osmocom.org/#/c/3092/1/include/osmocom/gsm/l1sap.h
File include/osmocom/gsm/l1sap.h:

PS1, Line 88:  
a typo


-- 
To view, visit https://gerrit.osmocom.org/3092
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If4ae20c22b881e94585dad710f17b9e37f77bf82
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Alexander Chemeris 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-HasComments: Yes


[MERGED] libosmocore[master]: l1sap.h: Add ber10k and lqual_cb to ph_tch_param

2017-07-01 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: l1sap.h: Add ber10k and lqual_cb to ph_tch_param
..


l1sap.h: Add ber10k and lqual_cb to ph_tch_param

These fields are required in osmo-bts to do low link quality checks in a
generic way.

Change-Id: If4ae20c22b881e94585dad710f17b9e37f77bf82
---
M include/osmocom/gsm/l1sap.h
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index 01f61ce..1bc1818 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -84,6 +84,8 @@
uint32_t fn;/*!< GSM Frame Number */
int8_t rssi;/*!< RSSI of received indication */
uint8_t marker; /*!< RTP Marker bit (speech onset indicator) */
+   uint16_t ber10k;/*!< BER in units of 0.01% */
+   int16_t lqual_cb;   /* !< Link quality in centiBel */
 };
 
 /*! for PH-CONN.ind */

-- 
To view, visit https://gerrit.osmocom.org/3092
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If4ae20c22b881e94585dad710f17b9e37f77bf82
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder


libosmocore[master]: l1sap.h: Add ber10k and lqual_cb to ph_tch_param

2017-07-01 Thread Harald Welte

Patch Set 1: Code-Review+2

-- 
To view, visit https://gerrit.osmocom.org/3092
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If4ae20c22b881e94585dad710f17b9e37f77bf82
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-HasComments: No


[PATCH] libosmocore[master]: l1sap.h: Add ber10k and lqual_cb to ph_tch_param

2017-06-30 Thread Pau Espin Pedrol

Review at  https://gerrit.osmocom.org/3092

l1sap.h: Add ber10k and lqual_cb to ph_tch_param

These fields are required in osmo-bts to do low link quality checks in a
generic way.

Change-Id: If4ae20c22b881e94585dad710f17b9e37f77bf82
---
M include/osmocom/gsm/l1sap.h
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/92/3092/1

diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index 01f61ce..1bc1818 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -84,6 +84,8 @@
uint32_t fn;/*!< GSM Frame Number */
int8_t rssi;/*!< RSSI of received indication */
uint8_t marker; /*!< RTP Marker bit (speech onset indicator) */
+   uint16_t ber10k;/*!< BER in units of 0.01% */
+   int16_t lqual_cb;   /* !< Link quality in centiBel */
 };
 
 /*! for PH-CONN.ind */

-- 
To view, visit https://gerrit.osmocom.org/3092
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If4ae20c22b881e94585dad710f17b9e37f77bf82
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol