mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Fix assert
This commit is contained in:
		| @@ -755,7 +755,7 @@ asn_dec_rval_t CHOICE_decode_xer(asn_codec_ctx_t *opt_codec_ctx, | |||||||
|                         { |                         { | ||||||
|                             RETURN(tmprval.code); |                             RETURN(tmprval.code); | ||||||
|                         } |                         } | ||||||
|                     assert(_fetch_present_idx(st, specs->pres_offset, |                     assert(fetch_present_idx(st, specs->pres_offset, | ||||||
|                                specs->pres_size) == 0); |                                specs->pres_size) == 0); | ||||||
|                     /* Record what we've got */ |                     /* Record what we've got */ | ||||||
|                     set_present_idx(st, specs->pres_offset, specs->pres_size, |                     set_present_idx(st, specs->pres_offset, specs->pres_size, | ||||||
|   | |||||||
| @@ -755,7 +755,7 @@ asn_dec_rval_t CHOICE_decode_xer(asn_codec_ctx_t *opt_codec_ctx, | |||||||
|                         { |                         { | ||||||
|                             RETURN(tmprval.code); |                             RETURN(tmprval.code); | ||||||
|                         } |                         } | ||||||
|                     assert(_fetch_present_idx(st, specs->pres_offset, |                     assert(fetch_present_idx(st, specs->pres_offset, | ||||||
|                                specs->pres_size) == 0); |                                specs->pres_size) == 0); | ||||||
|                     /* Record what we've got */ |                     /* Record what we've got */ | ||||||
|                     set_present_idx(st, specs->pres_offset, specs->pres_size, |                     set_present_idx(st, specs->pres_offset, specs->pres_size, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez