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/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/5168
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
---
D recipes-osmocom/libosmo-abis/files/fix-rsl-connect.patch
1 file changed, 0 insertions(+), 21 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/68/5168/1
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],
--
To view, visit https://gerrit.osmocom.org/5168
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7cf50808f0b826e82614ecd5844ab082ac017873
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>