Change in osmo-bts[master]: gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED, MS, NET, REL}

2020-06-04 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18676 )

Change subject: gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED,MS,NET,REL}
..

gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED,MS,NET,REL}

Change-Id: I431844fa69245fca43b1acdaf91229a172878db0
---
M include/osmo-bts/gsm_data_shared.h
1 file changed, 0 insertions(+), 6 deletions(-)

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



diff --git a/include/osmo-bts/gsm_data_shared.h 
b/include/osmo-bts/gsm_data_shared.h
index 9b12d41..453a1eb 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -72,12 +72,6 @@
 #define MAX_A5_KEY_LEN (128/8)
 #define RSL_ENC_ALG_A5(x)  (x+1)

-/* is the data link established? who established it? */
-#define LCHAN_SAPI_UNUSED  0
-#define LCHAN_SAPI_MS  1
-#define LCHAN_SAPI_NET 2
-#define LCHAN_SAPI_REL 3
-
 /* state of a logical channel */
 enum gsm_lchan_state {
LCHAN_S_NONE,   /* channel is not active */

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I431844fa69245fca43b1acdaf91229a172878db0
Gerrit-Change-Number: 18676
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in osmo-bts[master]: gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED, MS, NET, REL}

2020-06-04 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18676 )

Change subject: gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED,MS,NET,REL}
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I431844fa69245fca43b1acdaf91229a172878db0
Gerrit-Change-Number: 18676
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Thu, 04 Jun 2020 22:15:45 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-bts[master]: gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED, MS, NET, REL}

2020-06-04 Thread fixeria
fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18676 )


Change subject: gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED,MS,NET,REL}
..

gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED,MS,NET,REL}

Change-Id: I431844fa69245fca43b1acdaf91229a172878db0
---
M include/osmo-bts/gsm_data_shared.h
1 file changed, 0 insertions(+), 6 deletions(-)



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

diff --git a/include/osmo-bts/gsm_data_shared.h 
b/include/osmo-bts/gsm_data_shared.h
index 9b12d41..453a1eb 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -72,12 +72,6 @@
 #define MAX_A5_KEY_LEN (128/8)
 #define RSL_ENC_ALG_A5(x)  (x+1)

-/* is the data link established? who established it? */
-#define LCHAN_SAPI_UNUSED  0
-#define LCHAN_SAPI_MS  1
-#define LCHAN_SAPI_NET 2
-#define LCHAN_SAPI_REL 3
-
 /* state of a logical channel */
 enum gsm_lchan_state {
LCHAN_S_NONE,   /* channel is not active */

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

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