Change in osmo-mgw[master]: comment: indicate struct type for mgcp_endpoint.conns

2018-09-07 Thread Neels Hofmeyr
Neels Hofmeyr has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10680 )

Change subject: comment: indicate struct type for mgcp_endpoint.conns
..

comment: indicate struct type for mgcp_endpoint.conns

Change-Id: Ia65359c22da3e7b28e3f23b36446ca434ca0be8c
---
M include/osmocom/mgcp/mgcp_endp.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/include/osmocom/mgcp/mgcp_endp.h b/include/osmocom/mgcp/mgcp_endp.h
index d834c09..a23e192 100644
--- a/include/osmocom/mgcp/mgcp_endp.h
+++ b/include/osmocom/mgcp/mgcp_endp.h
@@ -69,7 +69,7 @@
/*! Local connection options (see mgcp_internal.h) */
struct mgcp_lco local_options;

-   /*! List with connections active on this endpoint */
+   /*! List of struct mgcp_conn, of the connections active on this 
endpoint */
struct llist_head conns;

/*! Backpointer to the MGW configuration */

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

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia65359c22da3e7b28e3f23b36446ca434ca0be8c
Gerrit-Change-Number: 10680
Gerrit-PatchSet: 5
Gerrit-Owner: Neels Hofmeyr 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Reviewer: Neels Hofmeyr 


Change in osmo-mgw[master]: comment: indicate struct type for mgcp_endpoint.conns

2018-09-06 Thread Neels Hofmeyr
Hello Harald Welte, Jenkins Builder,

I'd like you to reexamine a change. Please visit

https://gerrit.osmocom.org/10680

to look at the new patch set (#5).

Change subject: comment: indicate struct type for mgcp_endpoint.conns
..

comment: indicate struct type for mgcp_endpoint.conns

Change-Id: Ia65359c22da3e7b28e3f23b36446ca434ca0be8c
---
M include/osmocom/mgcp/mgcp_endp.h
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/80/10680/5
--
To view, visit https://gerrit.osmocom.org/10680
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia65359c22da3e7b28e3f23b36446ca434ca0be8c
Gerrit-Change-Number: 10680
Gerrit-PatchSet: 5
Gerrit-Owner: Neels Hofmeyr 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)


Change in osmo-mgw[master]: comment: indicate struct type for mgcp_endpoint.conns

2018-08-29 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/10680 )

Change subject: comment: indicate struct type for mgcp_endpoint.conns
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia65359c22da3e7b28e3f23b36446ca434ca0be8c
Gerrit-Change-Number: 10680
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Comment-Date: Wed, 29 Aug 2018 07:15:22 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-mgw[master]: comment: indicate struct type for mgcp_endpoint.conns

2018-08-28 Thread Neels Hofmeyr
Neels Hofmeyr has uploaded this change for review. ( 
https://gerrit.osmocom.org/10680


Change subject: comment: indicate struct type for mgcp_endpoint.conns
..

comment: indicate struct type for mgcp_endpoint.conns

Change-Id: Ia65359c22da3e7b28e3f23b36446ca434ca0be8c
---
M include/osmocom/mgcp/mgcp_endp.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/80/10680/1

diff --git a/include/osmocom/mgcp/mgcp_endp.h b/include/osmocom/mgcp/mgcp_endp.h
index d834c09..a23e192 100644
--- a/include/osmocom/mgcp/mgcp_endp.h
+++ b/include/osmocom/mgcp/mgcp_endp.h
@@ -69,7 +69,7 @@
/*! Local connection options (see mgcp_internal.h) */
struct mgcp_lco local_options;

-   /*! List with connections active on this endpoint */
+   /*! List of struct mgcp_conn, of the connections active on this 
endpoint */
struct llist_head conns;

/*! Backpointer to the MGW configuration */

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

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia65359c22da3e7b28e3f23b36446ca434ca0be8c
Gerrit-Change-Number: 10680
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr