diff mbox

Add bssgp_pdu_str to libosmogb namespace

Message ID 1460386654-19512-1-git-send-email-msuraev@sysmocom.de
State Not Applicable
Headers show

Commit Message

Max April 11, 2016, 2:57 p.m. UTC
From: Max <msuraev@sysmocom.de>

---
 src/gb/libosmogb.map | 1 +
 1 file changed, 1 insertion(+)

Comments

Holger Freyther April 11, 2016, 11:01 p.m. UTC | #1
> On 11 Apr 2016, at 10:57, msuraev@sysmocom.de wrote:


where do you want to use the symbol?
Max April 12, 2016, 8:09 a.m. UTC | #2
In OsmoPCU.

On 04/12/2016 01:01 AM, Holger Freyther wrote:
>> On 11 Apr 2016, at 10:57, msuraev@sysmocom.de wrote:
>
> where do you want to use the symbol?
>
>
diff mbox

Patch

diff --git a/src/gb/libosmogb.map b/src/gb/libosmogb.map
index 75406c0..9aec280 100644
--- a/src/gb/libosmogb.map
+++ b/src/gb/libosmogb.map
@@ -2,6 +2,7 @@  LIBOSMOGB_1.0 {
 global:
 bssgp_cause_str;
 bssgp_create_cell_id;
+bssgp_pdu_str;
 bssgp_fc_in;
 bssgp_fc_init;
 bssgp_fc_ms_init;