[S] Change in osmo-ggsn[master]: Fix a typo

2024-02-21 Thread osmith
osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ggsn/+/36029?usp=email )

Change subject: Fix a typo
..

Fix a typo

Change-Id: I508274a1a466651025c488ad897aeed739e4b799
---
M ggsn/ggsn.c
1 file changed, 10 insertions(+), 1 deletion(-)

Approvals:
  pespin: Looks good to me, approved
  osmith: Verified




diff --git a/ggsn/ggsn.c b/ggsn/ggsn.c
index 0cde543..918d565 100644
--- a/ggsn/ggsn.c
+++ b/ggsn/ggsn.c
@@ -193,7 +193,7 @@
}
LOGPAPN(LOGL_INFO, apn, "Opened TUN device %s\n", 
apn->tun.tun->devname);

-   /* Register with libosmcoore */
+   /* Register with libosmocore */
osmo_fd_setup(>tun.fd, apn->tun.tun->fd, OSMO_FD_READ, 
ggsn_tun_fd_cb, apn, 0);
osmo_fd_register(>tun.fd);


--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/36029?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I508274a1a466651025c488ad897aeed739e4b799
Gerrit-Change-Number: 36029
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-CC: Jenkins Builder
Gerrit-MessageType: merged


[S] Change in osmo-ggsn[master]: Fix a typo

2024-02-21 Thread osmith
osmith has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ggsn/+/36029?usp=email )

Change subject: Fix a typo
..


Patch Set 1: Verified+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/36029?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I508274a1a466651025c488ad897aeed739e4b799
Gerrit-Change-Number: 36029
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Wed, 21 Feb 2024 12:16:27 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-ggsn[master]: Fix a typo

2024-02-21 Thread pespin
Attention is currently required from: osmith.

pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ggsn/+/36029?usp=email )

Change subject: Fix a typo
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/36029?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I508274a1a466651025c488ad897aeed739e4b799
Gerrit-Change-Number: 36029
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-Reviewer: pespin 
Gerrit-Attention: osmith 
Gerrit-Comment-Date: Wed, 21 Feb 2024 12:14:11 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-ggsn[master]: Fix a typo

2024-02-21 Thread osmith
osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ggsn/+/36029?usp=email )


Change subject: Fix a typo
..

Fix a typo

Change-Id: I508274a1a466651025c488ad897aeed739e4b799
---
M ggsn/ggsn.c
1 file changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/29/36029/1

diff --git a/ggsn/ggsn.c b/ggsn/ggsn.c
index 0cde543..918d565 100644
--- a/ggsn/ggsn.c
+++ b/ggsn/ggsn.c
@@ -193,7 +193,7 @@
}
LOGPAPN(LOGL_INFO, apn, "Opened TUN device %s\n", 
apn->tun.tun->devname);

-   /* Register with libosmcoore */
+   /* Register with libosmocore */
osmo_fd_setup(>tun.fd, apn->tun.tun->fd, OSMO_FD_READ, 
ggsn_tun_fd_cb, apn, 0);
osmo_fd_register(>tun.fd);


--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/36029?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I508274a1a466651025c488ad897aeed739e4b799
Gerrit-Change-Number: 36029
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-MessageType: newchange