| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ab70a51 commit df9c9db
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -410,7 +410,7 @@ class BindTransmitter(Command): | |||
| 410 | 410 | ) | |
| 411 | 411 | ||
| 412 | 412 | def __init__(self, command, **kwargs): | |
| 413 | - super(BindTransmitter, self).__init__(command, need_sequence=False, **kwargs) | ||
| 413 | + super(BindTransmitter, self).__init__(command, need_sequence=True, **kwargs) | ||
| 414 | 414 | ||
| 415 | 415 | self._set_vars(**(dict.fromkeys(self.params))) | |
| 416 | 416 | self.interface_version = consts.SMPP_VERSION_34 | |
@@ -817,7 +817,7 @@ class DeliverSM(SubmitSM): | |||
| 817 | 817 | ) | |
| 818 | 818 | ||
| 819 | 819 | def __init__(self, command, **kwargs): | |
| 820 | - super(DeliverSM, self).__init__(command, need_sequence=False, **kwargs) | ||
| 820 | + super(DeliverSM, self).__init__(command, need_sequence=True, **kwargs) | ||
| 821 | 821 | self._set_vars(**(dict.fromkeys(self.params))) | |
| 822 | 822 | ||
| 823 | 823 | ||
@@ -900,7 +900,7 @@ class Unbind(Command): | |||
| 900 | 900 | params_order = () | |
| 901 | 901 | ||
| 902 | 902 | def __init__(self, command, **kwargs): | |
| 903 | - super(Unbind, self).__init__(command, need_sequence=False, **kwargs) | ||
| 903 | + super(Unbind, self).__init__(command, need_sequence=True, **kwargs) | ||
| 904 | 904 | ||
| 905 | 905 | ||
| 906 | 906 | class UnbindResp(Command): | |
@@ -919,7 +919,7 @@ class EnquireLink(Command): | |||
| 919 | 919 | params_order = () | |
| 920 | 920 | ||
| 921 | 921 | def __init__(self, command, **kwargs): | |
| 922 | - super(EnquireLink, self).__init__(command, need_sequence=False, **kwargs) | ||
| 922 | + super(EnquireLink, self).__init__(command, need_sequence=True, **kwargs) | ||
| 923 | 923 | ||
| 924 | 924 | ||
| 925 | 925 | class EnquireLinkResp(Command): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments