Change in osmo-msc[master]: vlr_core.h: remove duplicate declarations

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

osmith gerrit-no-reply at lists.osmocom.org
Tue Jan 8 11:13:37 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/12479


Change subject: vlr_core.h: remove duplicate declarations
......................................................................

vlr_core.h: remove duplicate declarations

Remove vlr_subscr_name() and vlr_subscr_alloc() declarations from
vlr_core.h, as they are already defined in osmocom/msc/vlr.h and vlr.h
gets included on top of vlr_core.h.

Change-Id: I5c029be490577b513395dc3f2c2698f365157e73
---
M src/libvlr/vlr_core.h
1 file changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/79/12479/1

diff --git a/src/libvlr/vlr_core.h b/src/libvlr/vlr_core.h
index d336b1b..c249dff 100644
--- a/src/libvlr/vlr_core.h
+++ b/src/libvlr/vlr_core.h
@@ -4,10 +4,8 @@
 
 struct osmo_gsup_message;
 
-const char *vlr_subscr_name(struct vlr_subscr *vsub);
 int vlr_subscr_req_lu(struct vlr_subscr *vsub) __attribute__((warn_unused_result));
 int vlr_subscr_req_sai(struct vlr_subscr *vsub, const uint8_t *auts,
 		       const uint8_t *auts_rand) __attribute__((warn_unused_result));
-struct vlr_subscr *vlr_subscr_alloc(struct vlr_instance *vlr);
 void vlr_subscr_update_tuples(struct vlr_subscr *vsub,
 			      const struct osmo_gsup_message *gsup);

-- 
To view, visit https://gerrit.osmocom.org/12479
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c029be490577b513395dc3f2c2698f365157e73
Gerrit-Change-Number: 12479
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190108/bf99200d/attachment.htm>


More information about the gerrit-log mailing list