shared: Introduce/Add procedure pending to the MO

GSM 12.21 specifies that "No elementary procedure shall be
initiated to an object instance which has not yet replied to
a previously initiated elementary procedure with a response,
an ACK or a NACK within a layer 3 time-out. The layer 3
timeout for ACK, NACK and responses shall have a default value
of 10 seconds."

We are using this flag in the BTS to enforce/safe-guard
this situation.
This commit is contained in:
Holger Hans Peter Freyther 2013-11-05 16:06:17 +01:00
parent 82e644b572
commit 49976f4c1e
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ struct gsm_nm_state {
struct gsm_abis_mo {
uint8_t obj_class;
uint8_t procedure_pending;
struct abis_om_obj_inst obj_inst;
const char *name;
struct gsm_nm_state nm_state;