Attention is currently required from: osmith.
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/27951
)
Change subject: abis_nm_ipaccess_rsl_connect: initialize ia
......................................................................
Patch Set 1:
(1 comment)
File src/osmo-bsc/abis_nm.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/27951/comment/4d3e7308_32a163a3
PS1, Line 3050: /* if ip == 0, we use the default IP */
As I understand it, this function generates a the
ipaccess RSL connect message and sends it, and thi […]
Ok fine, but perhaps you can
then initialize it in the else path:
if (ip != 0) {
...
} else {
ia = (struct in_addr){};
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/27951
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I6c04fdc329bb56b82087c817e2fbe5a6504bf1dc
Gerrit-Change-Number: 27951
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 27 Apr 2022 14:48:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: osmith <osmith(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment