Revert "do not set more sms waiting" -- breaks tests

re-apply when msc_vlr_tests expect the changed bits

This reverts commit 2265e449337030e81adfb008efb541f012116e13.

Change-Id: I71d2cbd034b235ac3c874b4823028e1ca4368194
This commit is contained in:
Neels Hofmeyr 2019-12-25 18:42:05 +01:00
parent f590406992
commit 0b6713e7c3
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ static int gsm340_gen_sms_deliver_tpdu(struct gsm_trans *trans, struct msgb *msg
/* TP-MTI (message type indicator) */
*smsp = GSM340_SMS_DELIVER_SC2MS;
/* TP-MMS (more messages to send) */
if (1 /* FIXME */)
if (0 /* FIXME */)
*smsp |= 0x04;
/* TP-SRI(deliver)/SRR(submit) */
if (sms->status_rep_req)