From e9bc2ae6710f23f9442cb5ec2dbae6768c852eab Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 22 Dec 2018 04:57:34 +0700 Subject: layer23/sap_interface.c: remove redundant socket_path argument Change-Id: I408b3e1fa40e9b5daf88fa6ed5f3930b83dffe6f --- src/host/layer23/include/osmocom/bb/common/sap_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/host/layer23/include/osmocom') diff --git a/src/host/layer23/include/osmocom/bb/common/sap_interface.h b/src/host/layer23/include/osmocom/bb/common/sap_interface.h index e2aad3f2..e78320e3 100644 --- a/src/host/layer23/include/osmocom/bb/common/sap_interface.h +++ b/src/host/layer23/include/osmocom/bb/common/sap_interface.h @@ -2,7 +2,7 @@ typedef int (*osmosap_cb_t)(struct msgb *msg, struct osmocom_ms *ms); -int sap_open(struct osmocom_ms *ms, const char *socket_path); +int sap_open(struct osmocom_ms *ms); int sap_close(struct osmocom_ms *ms); int osmosap_send_apdu(struct osmocom_ms *ms, uint8_t *data, uint16_t length); int osmosap_register_handler(struct osmocom_ms *ms, osmosap_cb_t cb); -- cgit v1.2.3