Change in libosmocore[master]: frame_relay: Export osmo_fr_network_free()

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

laforge gerrit-no-reply at lists.osmocom.org
Tue Mar 30 10:07:06 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/23545 )


Change subject: frame_relay: Export osmo_fr_network_free()
......................................................................

frame_relay: Export osmo_fr_network_free()

The function already existed, it was just not declared and not
exported.

Change-Id: I3f2a7e2fd1a4eda6bbed8510cf82951d73bb3f84
---
M include/osmocom/gprs/frame_relay.h
M src/gb/libosmogb.map
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/45/23545/1

diff --git a/include/osmocom/gprs/frame_relay.h b/include/osmocom/gprs/frame_relay.h
index e316707..8ab9790 100644
--- a/include/osmocom/gprs/frame_relay.h
+++ b/include/osmocom/gprs/frame_relay.h
@@ -131,6 +131,7 @@
 
 /* allocate a frame relay network */
 struct osmo_fr_network *osmo_fr_network_alloc(void *ctx);
+void osmo_fr_network_free(struct osmo_fr_network *net);
 
 /* allocate a frame relay link in a given network */
 struct osmo_fr_link *osmo_fr_link_alloc(struct osmo_fr_network *net, enum osmo_fr_role role, const char *name);
diff --git a/src/gb/libosmogb.map b/src/gb/libosmogb.map
index fc8ab45..ed9b822 100644
--- a/src/gb/libosmogb.map
+++ b/src/gb/libosmogb.map
@@ -100,6 +100,7 @@
 bssgp_bvc_fsm_get_max_pdu_len;
 
 osmo_fr_network_alloc;
+osmo_fr_network_free;
 osmo_fr_link_alloc;
 osmo_fr_link_free;
 osmo_fr_dlc_alloc;

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I3f2a7e2fd1a4eda6bbed8510cf82951d73bb3f84
Gerrit-Change-Number: 23545
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210330/8fdec39e/attachment.htm>


More information about the gerrit-log mailing list