Change in osmo-bsc[master]: bts_ericsson_rbs2000: Whitelist the E1d input driver

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/.

tnt gerrit-no-reply at lists.osmocom.org
Fri May 8 11:58:59 UTC 2020


tnt has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/18121 )


Change subject: bts_ericsson_rbs2000: Whitelist the E1d input driver
......................................................................

bts_ericsson_rbs2000: Whitelist the E1d input driver

Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>
Change-Id: Ief9093706d6ca20f8162ca541dcc4669c13e2cbc
---
M src/osmo-bsc/bts_ericsson_rbs2000.c
1 file changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/21/18121/1

diff --git a/src/osmo-bsc/bts_ericsson_rbs2000.c b/src/osmo-bsc/bts_ericsson_rbs2000.c
index f98c647..02ef463 100644
--- a/src/osmo-bsc/bts_ericsson_rbs2000.c
+++ b/src/osmo-bsc/bts_ericsson_rbs2000.c
@@ -153,14 +153,16 @@
 	case S_L_INP_LINE_NOALARM:
 		if (strcasecmp(isd->line->driver->name, "DAHDI")
 		 && strcasecmp(isd->line->driver->name, "MISDN_LAPD")
-		 && strcasecmp(isd->line->driver->name, "UNIXSOCKET"))
+		 && strcasecmp(isd->line->driver->name, "UNIXSOCKET")
+		 && strcasecmp(isd->line->driver->name, "E1D"))
 			break;
 		start_sabm_in_line(isd->line, 1);
 		break;
 	case S_L_INP_LINE_ALARM:
 		if (strcasecmp(isd->line->driver->name, "DAHDI")
 		 && strcasecmp(isd->line->driver->name, "MISDN_LAPD")
-		 && strcasecmp(isd->line->driver->name, "UNIXSOCKET"))
+		 && strcasecmp(isd->line->driver->name, "UNIXSOCKET")
+		 && strcasecmp(isd->line->driver->name, "E1D"))
 			break;
 		start_sabm_in_line(isd->line, 0);
 		break;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ief9093706d6ca20f8162ca541dcc4669c13e2cbc
Gerrit-Change-Number: 18121
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt at 246tNt.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200508/c392785a/attachment.htm>


More information about the gerrit-log mailing list