This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: sccp: Fix a classic typo of mine
......................................................................
sccp: Fix a classic typo of mine
Change-Id: Ie1194406d9d9c62a513fac35ffa458957809a0e3
---
M include/sccp/sccp_types.h
1 file changed, 7 insertions(+), 7 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/include/sccp/sccp_types.h b/include/sccp/sccp_types.h
index 4e99723..962bde4 100644
--- a/include/sccp/sccp_types.h
+++ b/include/sccp/sccp_types.h
@@ -271,7 +271,7 @@
* messages... as of Q.713 Chapter 4
*/
struct sccp_connection_request {
- /* mandantory */
+ /* mandatory */
uint8_t type;
struct sccp_source_reference source_local_reference;
uint8_t proto_class;
@@ -299,7 +299,7 @@
} __attribute__((packed));
struct sccp_connection_confirm {
- /* mandantory */
+ /* mandatory */
uint8_t type;
struct sccp_source_reference destination_local_reference;
struct sccp_source_reference source_local_reference;
@@ -321,7 +321,7 @@
} __attribute__((packed));
struct sccp_connection_refused {
- /* mandantory */
+ /* mandatory */
uint8_t type;
struct sccp_source_reference destination_local_reference;
uint8_t cause;
@@ -341,7 +341,7 @@
} __attribute__((packed));
struct sccp_connection_released {
- /* mandantory */
+ /* mandatory */
uint8_t type;
struct sccp_source_reference destination_local_reference;
struct sccp_source_reference source_local_reference;
@@ -366,7 +366,7 @@
} __attribute__((packed));
struct sccp_data_form1 {
- /* mandantory */
+ /* mandatory */
uint8_t type;
struct sccp_source_reference destination_local_reference;
uint8_t segmenting;
@@ -383,7 +383,7 @@
struct sccp_data_unitdata {
- /* mandantory */
+ /* mandatory */
uint8_t type;
uint8_t proto_class;
@@ -422,7 +422,7 @@
struct sccp_data_it {
- /* mandantory */
+ /* mandatory */
uint8_t type;
struct sccp_source_reference destination_local_reference;
struct sccp_source_reference source_local_reference;
--
To view, visit https://gerrit.osmocom.org/2823
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie1194406d9d9c62a513fac35ffa458957809a0e3
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder