mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
cosmetic: comments
This commit is contained in:
@@ -3371,7 +3371,7 @@ int mncc_tx_to_cc(struct gsm_network *net, int msg_type, void *arg)
|
||||
trans_free(trans);
|
||||
return 0;
|
||||
}
|
||||
/* store setup informations until paging was successfull */
|
||||
/* store setup information until paging succeeds */
|
||||
memcpy(&trans->cc.msg, data, sizeof(struct gsm_mncc));
|
||||
|
||||
/* Request a channel */
|
||||
|
@@ -153,7 +153,7 @@ static int subscr_paging_cb(unsigned int hooknum, unsigned int event,
|
||||
struct gsm48_hdr *gh;
|
||||
struct gsm48_pag_resp *pr;
|
||||
|
||||
/* Other cases mean problem, dispatch direclty */
|
||||
/* Non-success implies a problem, dispatch directly */
|
||||
if (event != GSM_PAGING_SUCCEEDED)
|
||||
return subscr_paging_dispatch(hooknum, event, msg, data, param);
|
||||
|
||||
|
Reference in New Issue
Block a user