openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-10 Thread Harald Welte
Patch Set 8: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3127 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia8739b6e329ab02c0064270d02ad1d6ee245520d Gerrit-PatchSet: 8 Gerrit-Project: openbsc Gerrit-Branch: master Gerrit-

[MERGED] openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-10 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: transaction: reject calls from unidentified subscribers .. transaction: reject calls from unidentified subscribers A valid subscriber is indespensible wh

[PATCH] openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-10 Thread dexter
Hello Max, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3127 to look at the new patch set (#8). transaction: reject calls from unidentified subscribers A valid subscriber is indespensible when allocating a new transaction. Return NULL if no

[PATCH] openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-10 Thread dexter
Hello Max, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3127 to look at the new patch set (#6). transaction: reject calls from unidentified subscribers A valid subscriber is indespensible when allocating a new transaction. Return NULL if no

[PATCH] openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-10 Thread dexter
Hello Max, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3127 to look at the new patch set (#5). transaction: reject calls from unidentified subscribers A valid subscriber is indespensible when allocating a new transaction. Return NULL if no

openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-10 Thread dexter
Patch Set 4: (2 comments) > Who called it with a NULL subscr? Do you think it is approriate to > call this function with a NULL subscriber? > > If nonnull attribute wouldn't influence the optimizer I would say > let's mark the parameter as non NULL. I am not entirely sure, subscr==NULL is

openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-09 Thread Holger Freyther
Patch Set 4: Who called it with a NULL subscr? Do you think it is approriate to call this function with a NULL subscriber? If nonnull attribute wouldn't influence the optimizer I would say let's mark the parameter as non NULL. -- To view, visit https://gerrit.osmocom.org/3127 To unsubscribe,

openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-08 Thread Harald Welte
Patch Set 4: (1 comment) https://gerrit.osmocom.org/#/c/3127/4/openbsc/src/libmsc/transaction.c File openbsc/src/libmsc/transaction.c: Line 75:DEBUGP(DCC, I think this should be INFO or probably even NOTICE level, as it is not something that relates to debugging the software, b

openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-06 Thread Max
Patch Set 4: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3127 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia8739b6e329ab02c0064270d02ad1d6ee245520d Gerrit-PatchSet: 4 Gerrit-Project: openbsc Gerrit-Branch: master Gerrit-

[PATCH] openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-06 Thread dexter
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3127 to look at the new patch set (#4). transaction: reject calls from unidentified subscribers A valid subscriber is indespensible when allocating a new transaction. Return NULL if no subsc

openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-05 Thread Max
Patch Set 3: (1 comment) https://gerrit.osmocom.org/#/c/3127/3/openbsc/src/libmsc/transaction.c File openbsc/src/libmsc/transaction.c: Line 74:if (subscr == NULL) Is this normal? Should we log smth or caller takes care of it? -- To view, visit https://gerrit.osmocom.org/3127 To unsub

[PATCH] openbsc[master]: transaction: reject calls from unidentified subscribers

2017-07-05 Thread dexter
Review at https://gerrit.osmocom.org/3127 transaction: reject calls from unidentified subscribers A valid subscriber is indespensible when allocating a new transaction. Return NULL if no subscriber is supplied. This will cause unidentified subscribers to be rejected. Change-Id: Ia8739b6e329ab0