[MERGED] libosmo-abis[master]: e1_input.h: Remove dead declaration of unexistent API ipacce...

2018-04-06 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: e1_input.h: Remove dead declaration of unexistent API 
ipaccess_setup
..


e1_input.h: Remove dead declaration of unexistent API ipaccess_setup

The function was removed long time ago in
af8ed983ffa1f750e3972e0fb850c16249943543.

Change-Id: I34debe01d1d8b6f4420354666d2a25807dacc25c
---
M include/osmocom/abis/e1_input.h
1 file changed, 0 insertions(+), 3 deletions(-)

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



diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 1a701f9..3fbce5b 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -303,9 +303,6 @@
 
 int e1inp_vty_init(void);
 
-struct gsm_network;
-int ipaccess_setup(struct gsm_network *gsmnet);
-
 /* activate superchannel or deactive to use timeslots. only valid for 
unixsocket driver */
 void e1inp_ericsson_set_altc(struct e1inp_line *unixlinue, int superchannel);
 

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

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


libosmo-abis[master]: e1_input.h: Remove dead declaration of unexistent API ipacce...

2018-04-06 Thread Harald Welte

Patch Set 1: Code-Review+2

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

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


[PATCH] libosmo-abis[master]: e1_input.h: Remove dead declaration of unexistent API ipacce...

2018-04-06 Thread Pau Espin Pedrol

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

e1_input.h: Remove dead declaration of unexistent API ipaccess_setup

The function was removed long time ago in
af8ed983ffa1f750e3972e0fb850c16249943543.

Change-Id: I34debe01d1d8b6f4420354666d2a25807dacc25c
---
M include/osmocom/abis/e1_input.h
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/56/7656/1

diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 1a701f9..3fbce5b 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -303,9 +303,6 @@
 
 int e1inp_vty_init(void);
 
-struct gsm_network;
-int ipaccess_setup(struct gsm_network *gsmnet);
-
 /* activate superchannel or deactive to use timeslots. only valid for 
unixsocket driver */
 void e1inp_ericsson_set_altc(struct e1inp_line *unixlinue, int superchannel);
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I34debe01d1d8b6f4420354666d2a25807dacc25c
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol