diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2019-05-24 18:35:22 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2019-05-24 18:35:22 +0700 |
commit | 1d32b7fecd7802f19918c4617174140b0408dfb2 (patch) | |
tree | 38f019ea419f0142fbc91001a6c8c3ae4e48a124 /include | |
parent | 7023aa0af972441261ccb7d8e81c412279e7eb0e (diff) |
protocol/gsm_12_21.h: fix copy-pasted struct description
Change-Id: Ic6d32c886f6f8f859e382d48f9e1b509000db9ba
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_12_21.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h index 3ef36038..86d12ea7 100644 --- a/include/osmocom/gsm/protocol/gsm_12_21.h +++ b/include/osmocom/gsm/protocol/gsm_12_21.h @@ -70,7 +70,7 @@ struct abis_om_obj_inst { uint8_t ts_nr; /*!< Timeslot Number */ } __attribute__ ((packed)); -/*! OML Object Instance */ +/*! OML FOM header */ struct abis_om_fom_hdr { uint8_t msg_type; /*!< Message Type (\ref abis_nm_msgtype) */ uint8_t obj_class; /*!< Object Class (\ref abis_nm_obj_class) */ |