osmo-mgw[master]: protocol: prohibit wildcarded requests for MDCX and DLCX

2018-02-06 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/6260 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia77d44a6a86083e62338e5845b553e5cf13ebd10 Gerrit-PatchSet: 4 Gerrit-Project: osmo-mgw Gerrit-Branch: master

[MERGED] osmo-mgw[master]: protocol: prohibit wildcarded requests for MDCX and DLCX

2018-02-06 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: protocol: prohibit wildcarded requests for MDCX and DLCX .. protocol: prohibit wildcarded requests for MDCX and DLCX When a wildcarded request is made

[PATCH] osmo-mgw[master]: protocol: prohibit wildcarded requests for MDCX and DLCX

2018-02-05 Thread dexter
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/6260 to look at the new patch set (#4). protocol: prohibit wildcarded requests for MDCX and DLCX When a wildcarded request is made with a DLCX or MDCX command the MGW will

osmo-mgw[master]: protocol: prohibit wildcarded requests for MDCX and DLCX

2018-02-05 Thread Harald Welte
Patch Set 3: Code-Review-2 You're still referring to dlcx in a mdcx codepath. -- To view, visit https://gerrit.osmocom.org/6260 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia77d44a6a86083e62338e5845b553e5cf13ebd10 Gerrit-PatchSet: 3

[PATCH] osmo-mgw[master]: protocol: prohibit wildcarded requests for MDCX and DLCX

2018-02-05 Thread dexter
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/6260 to look at the new patch set (#3). protocol: prohibit wildcarded requests for MDCX and DLCX When a wildcarded request is made with a DLCX or MDCX command the MGW will

osmo-mgw[master]: protocol: prohibit wildcarded requests for MDCX and DLCX

2018-02-05 Thread Harald Welte
Patch Set 2: Only one of two instances fixed. Please be more diligent, thanks. -- To view, visit https://gerrit.osmocom.org/6260 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia77d44a6a86083e62338e5845b553e5cf13ebd10 Gerrit-PatchSet: 2

osmo-mgw[master]: protocol: prohibit wildcarded requests for MDCX and DLCX

2018-02-05 Thread dexter
Patch Set 2: > Copy,+paste error, DLCX used in MDCX api call fixed. -- To view, visit https://gerrit.osmocom.org/6260 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia77d44a6a86083e62338e5845b553e5cf13ebd10 Gerrit-PatchSet: 2

osmo-mgw[master]: protocol: prohibit wildcarded requests for MDCX and DLCX

2018-02-03 Thread Harald Welte
Patch Set 2: Code-Review-1 Copy,+paste error, DLCX used in MDCX api call -- To view, visit https://gerrit.osmocom.org/6260 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia77d44a6a86083e62338e5845b553e5cf13ebd10 Gerrit-PatchSet: 2

[PATCH] osmo-mgw[master]: protocol: prohibit wildcarded requests for MDCX and DLCX

2018-02-02 Thread dexter
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/6260 to look at the new patch set (#2). protocol: prohibit wildcarded requests for MDCX and DLCX When a wildcarded request is made with a DLCX or MDCX command the MGW will search for a free

[PATCH] osmo-mgw[master]: protocol: prohibit wildcarded requests for MDCX and DLCX

2018-02-02 Thread dexter
Review at https://gerrit.osmocom.org/6260 protocol: prohibit wildcarded requests for MDCX and DLCX When a wildcarded request is made with a DLCX or MDCX command the MGW will search for a free endpoint and continues the command execution with that endpoint. - Catch the wildcarded request early