Change in libosmo-abis[master]: e1d: Use HAVE_E1D in C source, not ENABLE_E1D

2020-01-12 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-abis/+/14868 )

Change subject: e1d: Use HAVE_E1D in C source, not ENABLE_E1D
..

e1d: Use HAVE_E1D in C source, not ENABLE_E1D

The config.h files contains HAVE_E1D.

Change-Id: Ib7d2db6703300b7d537c78ad9285948673d8b1d3
---
M src/e1_input.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  tnt: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/e1_input.c b/src/e1_input.c
index cb1612d..f27b2bb 100644
--- a/src/e1_input.c
+++ b/src/e1_input.c
@@ -890,7 +890,7 @@
 #ifdef HAVE_DAHDI_USER_H
e1inp_dahdi_init();
 #endif
-#ifdef ENABLE_E1D
+#ifdef HAVE_E1D
e1inp_e1d_init();
 #endif
e1inp_ipaccess_init();

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

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ib7d2db6703300b7d537c78ad9285948673d8b1d3
Gerrit-Change-Number: 14868
Gerrit-PatchSet: 3
Gerrit-Owner: laforge 
Gerrit-Assignee: tnt 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: tnt 
Gerrit-MessageType: merged


Change in libosmo-abis[master]: e1d: Use HAVE_E1D in C source, not ENABLE_E1D

2020-01-12 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/libosmo-abis/+/14868 )

Change subject: e1d: Use HAVE_E1D in C source, not ENABLE_E1D
..


Patch Set 3: Code-Review+2


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

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ib7d2db6703300b7d537c78ad9285948673d8b1d3
Gerrit-Change-Number: 14868
Gerrit-PatchSet: 3
Gerrit-Owner: laforge 
Gerrit-Assignee: tnt 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: tnt 
Gerrit-Comment-Date: Sun, 12 Jan 2020 14:36:39 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in libosmo-abis[master]: e1d: Use HAVE_E1D in C source, not ENABLE_E1D

2020-01-12 Thread tnt
tnt has posted comments on this change. ( 
https://gerrit.osmocom.org/c/libosmo-abis/+/14868 )

Change subject: e1d: Use HAVE_E1D in C source, not ENABLE_E1D
..


Patch Set 3: Code-Review+1


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

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ib7d2db6703300b7d537c78ad9285948673d8b1d3
Gerrit-Change-Number: 14868
Gerrit-PatchSet: 3
Gerrit-Owner: laforge 
Gerrit-Assignee: tnt 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: tnt 
Gerrit-Comment-Date: Sun, 12 Jan 2020 13:56:43 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in libosmo-abis[master]: e1d: Use HAVE_E1D in C source, not ENABLE_E1D

2020-01-12 Thread laforge
Hello Jenkins Builder,

I'd like you to reexamine a change. Please visit

https://gerrit.osmocom.org/c/libosmo-abis/+/14868

to look at the new patch set (#3).

Change subject: e1d: Use HAVE_E1D in C source, not ENABLE_E1D
..

e1d: Use HAVE_E1D in C source, not ENABLE_E1D

The config.h files contains HAVE_E1D.

Change-Id: Ib7d2db6703300b7d537c78ad9285948673d8b1d3
---
M src/e1_input.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/68/14868/3
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/14868
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ib7d2db6703300b7d537c78ad9285948673d8b1d3
Gerrit-Change-Number: 14868
Gerrit-PatchSet: 3
Gerrit-Owner: laforge 
Gerrit-Assignee: tnt 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-CC: tnt 
Gerrit-MessageType: newpatchset