| 878 | } |
| 879 | |
| 880 | const struct recurrence *offer_recurrence(const struct tlv_offer *offer) |
| 881 | { |
| 882 | if (offer->offer_recurrence_compulsory) |
| 883 | return offer->offer_recurrence_compulsory; |
| 884 | return offer->offer_recurrence_optional; |
| 885 | } |
| 886 | |
| 887 | const struct recurrence *invreq_recurrence(const struct tlv_invoice_request *invreq) |
| 888 | { |
no outgoing calls
no test coverage detected