Change in libosmocore[master]: ns2: remove obsolete type GPRS_NS2_LL_E1

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Thu Nov 19 02:05:23 UTC 2020


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/21248 )


Change subject: ns2: remove obsolete type GPRS_NS2_LL_E1
......................................................................

ns2: remove obsolete type GPRS_NS2_LL_E1

There is already frame relay type GRPS_NS2_LL_FR
to support frame relay.

Change-Id: Iabb4608d91ccb32a07cad67519166dabfba76612
---
M include/osmocom/gprs/gprs_ns2.h
M src/gb/gprs_ns2.c
M src/gb/gprs_ns2_vty.c
3 files changed, 0 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/48/21248/1

diff --git a/include/osmocom/gprs/gprs_ns2.h b/include/osmocom/gprs/gprs_ns2.h
index 2da2eef..5b68f47 100644
--- a/include/osmocom/gprs/gprs_ns2.h
+++ b/include/osmocom/gprs/gprs_ns2.h
@@ -35,7 +35,6 @@
 /*! Osmocom NS link layer types */
 enum gprs_ns2_ll {
 	GPRS_NS2_LL_UDP,	/*!< NS/UDP/IP */
-	GPRS_NS2_LL_E1,		/*!< NS/E1 */
 	GPRS_NS2_LL_FR,		/*!< NS/FR */
 	GPRS_NS2_LL_FR_GRE,	/*!< NS/FR/GRE/IP */
 };
diff --git a/src/gb/gprs_ns2.c b/src/gb/gprs_ns2.c
index 25758cf..5e67811 100644
--- a/src/gb/gprs_ns2.c
+++ b/src/gb/gprs_ns2.c
@@ -253,9 +253,6 @@
 	case GPRS_NS2_LL_FR_GRE:
 		snprintf(buf, buf_len, "frgre)");
 		break;
-	case GPRS_NS2_LL_E1:
-		snprintf(buf, buf_len, "e1)");
-		break;
 	case GPRS_NS2_LL_FR:
 		snprintf(buf, buf_len, "fr)netif: %s dlci: %s", "hdlcX", "unsupported");
 		break;
diff --git a/src/gb/gprs_ns2_vty.c b/src/gb/gprs_ns2_vty.c
index e63b962..8edb33b 100644
--- a/src/gb/gprs_ns2_vty.c
+++ b/src/gb/gprs_ns2_vty.c
@@ -837,7 +837,6 @@
 		case GPRS_NS2_LL_FR:
 			break;
 		case GPRS_NS2_LL_FR_GRE:
-		case GPRS_NS2_LL_E1:
 			continue;
 		}
 
@@ -888,7 +887,6 @@
 			break;
 		}
 		case GPRS_NS2_LL_FR_GRE:
-		case GPRS_NS2_LL_E1:
 			continue;
 		}
 	}

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Iabb4608d91ccb32a07cad67519166dabfba76612
Gerrit-Change-Number: 21248
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201119/7296ee77/attachment.htm>


More information about the gerrit-log mailing list