aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-12-04 15:36:46 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2017-12-04 15:38:06 +0100
commit9a3c3d32f55f4522772904f1eea0a01e822fcd48 (patch)
tree0e3d0e4e22ff349ea892af24bb3aff9905bf5310
parent42740773ddc30928564d3ea5049636f6eb0a4d4b (diff)
libosmo-abis: Remove unused patch
The patch was applied upstream in 37fcd93a508b52f6f33bf47191bba41cb7367b0d, and removed from libosmo-abis recipe in meta-telephony d91abc18f1a1d0003fe946c5dce173f1946b9712. Change-Id: I7cf50808f0b826e82614ecd5844ab082ac017873
-rw-r--r--recipes-osmocom/libosmo-abis/files/fix-rsl-connect.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-osmocom/libosmo-abis/files/fix-rsl-connect.patch b/recipes-osmocom/libosmo-abis/files/fix-rsl-connect.patch
deleted file mode 100644
index 63c5052..0000000
--- a/recipes-osmocom/libosmo-abis/files/fix-rsl-connect.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-The line is not initiliazed to E1INP_TS_TYPE_SIGN by default
-
-diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
-index 145e471..49424e7 100644
---- a/src/input/ipaccess.c
-+++ b/src/input/ipaccess.c
-@@ -915,12 +915,14 @@ int e1inp_ipa_bts_rsl_connect_n(struct e1inp_line *line,
- "trx_nr (%d) out of range\n", trx_nr);
- return -EINVAL;
- }
-+/*
- if (line->ts[E1INP_SIGN_RSL+trx_nr-1].type != E1INP_TS_TYPE_SIGN) {
- LOGP(DLINP, LOGL_ERROR, "cannot create RSL BTS link: "
- "trx_nr (%d) does not refer to a signalling link\n",
- trx_nr);
- return -EINVAL;
- }
-+*/
-
- rsl_link = ipa_client_conn_create(tall_ipa_ctx,
- &line->ts[E1INP_SIGN_RSL+trx_nr-1],