Change in libosmocore[master]: frame_relay; Fix Q.933 async STATUS at DLC creation

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
Fri Feb 5 13:52:11 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/22720 )

Change subject: frame_relay; Fix Q.933 async STATUS at DLC creation
......................................................................

frame_relay; Fix Q.933 async STATUS at DLC creation

Fix the encoding of the asynchronous Q.933 STATUS message
we send at DLC creation time.

Change-Id: Id1460ffa6266be85f44579c447421eed12481b02
Closes: OS#5010
---
M src/gb/frame_relay.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  daniel: Looks good to me, approved



diff --git a/src/gb/frame_relay.c b/src/gb/frame_relay.c
index 7c75cd0..c54384e 100644
--- a/src/gb/frame_relay.c
+++ b/src/gb/frame_relay.c
@@ -977,7 +977,7 @@
 	llist_add_tail(&dlc->list, &link->dlc_list);
 
 	dlc->add = true;
-	tx_lmi_q933_status(link, Q933_IEI_PVC_STATUS);
+	tx_lmi_q933_status(link, Q933_REPT_SINGLE_PVC_ASYNC_STS);
 
 	return dlc;
 }

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Id1460ffa6266be85f44579c447421eed12481b02
Gerrit-Change-Number: 22720
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210205/54600cad/attachment.htm>


More information about the gerrit-log mailing list