aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/gsm_04_11.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-24do not set more sms waitinggsmevent admin1-1/+1
2019-06-20libmsc/gsm_04_11.c: do not abuse LOG_TRANS() in gsm411_alloc_mt_trans()Vadim Yanitskiy1-2/+2
2019-05-19libmsc/gsm_04_11.c: properly handle MMTS indicationVadim Yanitskiy1-1/+33
2019-05-13libmsc/gsm_04_11.c: fix NULL-pointer dereference in gsm340_rx_tpdu()Vadim Yanitskiy1-5/+16
2019-05-12libmsc/gsm_04_11.c: cosmetic: restructure gsm411_mm_send()Vadim Yanitskiy1-4/+2
2019-05-12libmsc/gsm_04_11.c: fix double init of both SMR and SMC FSMsVadim Yanitskiy1-4/+0
2019-05-10libmsc/gsm_04_11.c: properly handle TP-User-Data-LengthVadim Yanitskiy1-12/+29
2019-05-08rename bscconfig.h to config.h, cleanupNeels Hofmeyr1-1/+1
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-90/+78
2019-05-08gsm_04_11: use gsm48_decode_bcd_number2(), evaluate rcNeels Hofmeyr1-2/+6
2019-05-06fix various missing line endings in loggingNeels Hofmeyr1-2/+2
2019-04-25libmsc/gsm_04_11.c: clarify implicit CP-ACK handlingVadim Yanitskiy1-4/+6
2019-04-12add LOG_TRANS, proper context for all transactionsNeels Hofmeyr1-93/+85
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr1-4/+4
2019-02-15transaction: drop meaningless ti_flag of trans_assign_trans_id()Max1-1/+1
2019-02-04Add SGs InterfaceHarald Welte1-1/+3
2019-02-01libmsc/gsm_04_11.c: introduce and use gsm411_assign_sm_rp_mr()Vadim Yanitskiy1-3/+29
2019-02-01libmsc/gsm_04_11.c: also assign SM-RP-MR to MO transactionsVadim Yanitskiy1-0/+2
2019-01-17SMS: remove code duplication in transaction initMax1-24/+27
2019-01-16Enable SMS-related log in VLR testsMax1-2/+1
2019-01-11libmsc/gsm_04_11.c: accept MT SMS messages over GSUPVadim Yanitskiy1-4/+53
2018-12-30libmsc/gsm_04_11.c: forward MO SMS messages over GSUPVadim Yanitskiy1-2/+21
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-1/+0
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr1-3/+3
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-12/+12
2018-11-30libmsc/gsm_04_11.c: fix: always use SAPI 3 for MT SMSVadim Yanitskiy1-2/+3
2018-11-29libmsc/gsm_04_11.c: refactor MT SMS message handlingVadim Yanitskiy1-155/+196
2018-11-25libmsc/gsm_04_11.c: refactor RP-DATA header validationVadim Yanitskiy1-20/+18
2018-11-25libmsc/gsm_04_11.c: don't pass msgb to gsm411_rx_rp_{ack|error}Vadim Yanitskiy1-4/+4
2018-11-19libmsc: Don't send SMS STATUS REPORT locally if the ESME accepted it.Keith Whyte1-1/+1
2018-04-24Remove unused GSM_PAGING_OOMPau Espin Pedrol1-1/+0
2018-04-09Permit any Sender MSISDN when sending SMS from VTYHarald Welte1-2/+2
2018-04-09DTAP: Ensure proper DLCI is used in MSC-originated DTAPHarald Welte1-0/+4
2018-03-22dissolve libcommon-cs: move gsm48_* code to libmsc, drop sms_next_rp_msg_ref()Neels Hofmeyr1-1/+1
2018-02-09cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msgHarald Welte1-1/+1
2018-02-05Wrap osmo_strlcpy() callsMax1-4/+4
2018-01-25Accept SMS for any receiverStefan Sperling1-3/+4
2018-01-25remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.hHarald Welte1-1/+0
2018-01-25Massive removal of unused code/structs/headersHarald Welte1-4/+2
2018-01-24remove unused paging.h and osmo_bsc_grace.hHarald Welte1-1/+0
2017-11-27subscr_conn: introduce usage tokens for ref error trackingNeels Hofmeyr1-2/+2
2017-11-14sms_route_mt_sms: Don't return uninitialized variableHarald Welte1-1/+2
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-15/+15
2017-08-29add msg type to SMS rx loggingNeels Hofmeyr1-1/+3
2017-08-27libmsc: Use actual delivery time in delivery reports.Keith1-2/+2
2017-08-27LIBMSC: Use sms->text, not sms->user_data to construct report bodyKeith1-1/+1
2017-08-27LIBMSC: Place correct dst address in status reportKeith1-1/+1
2017-08-27libmsc: gsm340_gen_oa_sub() may return negative valuePablo Neira Ayuso1-2/+9
2017-08-27libmsc: support GSM 03.40 status report for nitbPablo Neira Ayuso1-0/+5
2017-08-27libmsc: handle delivery ack via SMPP SUBMIT SM / send GSM 03.40 status reportPablo Neira Ayuso1-2/+50