Change in osmo-bts[master]: gsm_data_shared: drop declaration of non-existing gsm_parse_reg()

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Thu Jun 4 19:15:05 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/18673 )


Change subject: gsm_data_shared: drop declaration of non-existing gsm_parse_reg()
......................................................................

gsm_data_shared: drop declaration of non-existing gsm_parse_reg()

Change-Id: I2a53ec4b599a7845e49d484f4cd061d7e67c3a28
---
M include/osmo-bts/gsm_data_shared.h
1 file changed, 0 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/73/18673/1

diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 45feda6..ee73952 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -1,7 +1,6 @@
 #ifndef _GSM_DATA_SHAREDH
 #define _GSM_DATA_SHAREDH
 
-#include <regex.h>
 #include <stdbool.h>
 #include <stdint.h>
 
@@ -814,12 +813,6 @@
 /* return the gsm_lchan for the CBCH (if it exists at all) */
 struct gsm_lchan *gsm_bts_get_cbch(struct gsm_bts *bts);
 
-/*
- * help with parsing regexps
- */
-int gsm_parse_reg(void *ctx, regex_t *reg, char **str,
-		int argc, const char **argv) __attribute__ ((warn_unused_result));
-
 #define BSIC2BCC(bsic) ((bsic) & 0x3)
 
 static inline uint8_t gsm_ts_tsc(const struct gsm_bts_trx_ts *ts)

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18673
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I2a53ec4b599a7845e49d484f4cd061d7e67c3a28
Gerrit-Change-Number: 18673
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200604/d2bdfa45/attachment.htm>


More information about the gerrit-log mailing list