aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranap_msg_factory.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-11add ranap_new_msg_reset2() with GlobalRNC-IDNeels Hofmeyr1-0/+16
2022-02-10ranap_msg_factory: add missing apidocPhilipp Maier1-0/+2
2022-01-10iu_helpers: make new_transp_info_(rtp|gtp) publicPhilipp Maier1-59/+12
2021-02-11ranap_msg_factory: Fix LOGP statementsHarald Welte1-2/+2
2021-02-08ranap_msg_factory: Allow detailed control over UEA/UIA algorithm encodedHarald Welte1-16/+48
2019-04-20ranap_msg_factory: Fix criticality of PDUsHarald Welte1-5/+5
2017-12-20ranap_msg_factory: remove unusued variablePhilipp Maier1-1/+1
2017-12-20ranap_msg_factory: check IE encoder return codesPhilipp Maier1-7/+40
2017-11-22ranap_msg_factory: sanitize: memcpy instead of unaligned int copyNeels Hofmeyr1-3/+4
2017-11-20api doc: clarify byte order in ranap_new_msg_rab_assign_*Neels Hofmeyr1-2/+4
2017-02-02new_rab_par_voice(): add bitrate params, call with (6700, 12200)Neels Hofmeyr1-4/+5
2017-02-02ranap: make X.213 NSAP 160 bits long, zero paddedNeels Hofmeyr1-1/+1
2017-02-01cs RAB: add nAS_SynchronisationIndicatorNeels Hofmeyr1-1/+9
2016-09-22comment: note RAB assignment spec referenceNeels Hofmeyr1-1/+4
2016-09-16ranap: include port in RTP TransportLayerInformationNeels Hofmeyr1-5/+0
2016-09-08RAB Assign for voice: heed the x213 nsap flagNeels Hofmeyr1-4/+8
2016-05-04ranap_msg_factory: Fix endianess in paging commandDaniel Willmann1-5/+2
2016-05-01RAB parameters: add Extended Max BitrateHarald Welte1-1/+15
2016-04-25ranap_msg_factory: fix RAB IP addr byte order for use_x213_nsap==falseNeels Hofmeyr1-1/+1
2016-04-25new RAB: add use_x213_nsap parameter / change it to boolNeels Hofmeyr1-5/+8
2016-04-25cosmetic: comments, log typo, explicit pointerNeels Hofmeyr1-1/+1
2016-04-20ranap_msg_factory: Add keystatus parameter for security mode cmdDaniel Willmann1-2/+2
2016-04-19ranap_msg_factory: add Iu Release Complete msg generatorNeels Hofmeyr1-0/+28
2016-04-19add missing comment in ranap_msg_factory.cNeels Hofmeyr1-0/+1
2016-04-19ranap_msg_factory: add Security Mode Complete msg generatorNeels Hofmeyr1-0/+31
2016-02-18ranap_msg_factory: Use network byte order for 16 bit mode_versions fieldDaniel Willmann1-1/+1
2016-01-05move ranap_*.h,iu_helpers.h to include/osmocom/ranap/Neels Hofmeyr1-4/+4
2016-01-03don't include hnbgw.h from ranap header filesHarald Welte1-1/+1
2016-01-03merge (+rename) iu_helpers.c into libosmo-ranapHarald Welte1-2/+2
2016-01-01ranap_msg_factory: Fix memory leaks in OCTET_STRINGHarald Welte1-9/+10
2016-01-01ranap_msg_factory: Mark 'RANAP_Cause_t *' as constHarald Welte1-1/+1
2016-01-01ranap_msg_factory: functions for RAB and IU Release RequestHarald Welte1-0/+69
2015-12-29fix copy+paste mistakes when encoding GTP TEI in RAB ParametersHarald Welte1-3/+3
2015-12-29make bitrates configurable in new_rab_par_data()Harald Welte1-4/+5
2015-12-28ranap_msg_factory.c: Use X.213 NSAP encoding for TransportLayerAddrHarald Welte1-4/+24
2015-12-28ranap_msg_factory: CipheringInformation is optional in SecurityModeCommandHarald Welte1-3/+3
2015-12-24ranap_msg_factory.c: Fix compiler warningsHarald Welte1-6/+6
2015-12-24ranap_msg_factory: use OCTET_STRING_fromBuf() in ranap_new_msg_dt()Harald Welte1-2/+1
2015-12-24ranap: New ranap_new_msg_initial_ue() funcitionHarald Welte1-1/+52
2015-12-24hnbgw: Bring all parts togetherHarald Welte1-0/+72
2015-12-19ranap: Don' shift the RAB ID by 3 bitsHarald Welte1-1/+1
2015-12-19ranap: No need for htonl() of IP addresses and the likeHarald Welte1-3/+3
2015-12-19ranap: Don't forget ProtocolIE-CointainerPair around ProtocolIE-FieldPairHarald Welte1-2/+7
2015-12-18First compiling (and leak-free) RANAP message generation functionsHarald Welte1-0/+625